I have 3000 items in a stores database numbered 1 to 3000.
Each item has many pieces. e.g. Item #1 is a #60 drill, and there is 50 of them. Item #2 is a 1" drill and there is 10 of them. When a #6...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10128081.html
Zones:
MS AccessDate Answered: 02/19/1999 Grade: A Views: 0
I have a simple addition/subtraction statment using a double variable.
But for somehow, it's giving me an
inaccurate value.
Here's the code:
double curThick = 0.0;
..../* curThick is set to...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11174131.html
Zones:
JavaDate Answered: 09/05/2000 Grade: A Views: 0
I need to perform simple arithmetic (addition and subtraction) on pairs of very large numbers. I've been told to hold the values as strings and then convert them one digit at a time to arrays of in...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20361376.html
Zones:
JavaDate Answered: 11/28/2002 Grade: A Views: 0
I have recently completed a program that involved adding and subtracting elemnts in an integer array input one array element at a time. Now I have to modify that program to include multiplication ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20507886.html
Zones:
C++Date Answered: 05/13/2003 Grade: B Views: 0
Is it possible to add or subtract a string with Visual Basic? If so how do I do it? For example:
A + 1 = B
Z + 1 = AA
AA + 1 = AB
AB - 1 = AA
The purpose is for a macro in Excel to find t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20756784.html
Zones:
Visual BasicDate Answered: 11/11/2003 Grade: A Views: 0
Hi Experts
Can somebody please shed some light on this simple but annoying problem I am currently having.
I have a calculated control that I wish to subtract 25%.
How do I put this??
Th...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21064239.html
Zones:
MS AccessDate Answered: 07/19/2004 Grade: A Views: 0
I am trying to subtract two columns and display the result in the third column using VBA
Anyone know why this wont work??
Dim shtInv As Worksheet
Set shtInv = Application.Worksheet("T3-E...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21322169.html
Zones:
Visual BasicDate Answered: 03/05/2005 Grade: A Views: 12
Hi,
This is what I would like to do,
Col A is a date in the following format (2005/03/08) and I would like to subtract this date by the number that's Col B. Then I would like the result to b...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21403325.html
I have 2 excel sheets.
I want to put a formula in sheet2- E5 so that it subtracts sheet1- cell V(# in sheet2 - C2).
So lets say that Sheet 2 - Cell C2 had the number 19 in it.
The formula ...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 09/21/2005 Grade: A Views: 0
at present, i've got two problems, the first of which is very pressing, very urgent. any assistance with either truly is appreciated.
the first is a subtraction error, the second is a formatting ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21712712.html