monplankton
Registered User.
- Local time
- Today, 23:06
- Joined
- Sep 14, 2011
- Messages
- 83
Hi, I'm using access 2003 and want to update my table with a time but first I need to calculate a total time from the results within the table.
The table consists of OK, NG, and rework numbers and I need to calculate how long the job took by adding the results together and then multiply it by a time per part which is stored in a seperate table.
This in my querie line:
Timings: ((([Qty_OK]+[Qty_NG])*[InspOKPArt])+([PartsReworked]*[InspReworkPart]))/60/60
The problem I have then is how to update the table with the result for each record!!!!! Every thing I've tried it just keeps saying invalid name. Make sure it doesn't contain invalid characters or punctuation, what does that mean!
:banghead:
Any help?
The table consists of OK, NG, and rework numbers and I need to calculate how long the job took by adding the results together and then multiply it by a time per part which is stored in a seperate table.
This in my querie line:
Timings: ((([Qty_OK]+[Qty_NG])*[InspOKPArt])+([PartsReworked]*[InspReworkPart]))/60/60
The problem I have then is how to update the table with the result for each record!!!!! Every thing I've tried it just keeps saying invalid name. Make sure it doesn't contain invalid characters or punctuation, what does that mean!
:banghead:
Any help?