MarcieFess
Registered User.
- Local time
- Today, 06:17
- Joined
- Oct 25, 2012
- Messages
- 107
Hi. I'm a basic Access user, but a company contacted the temp agency I work for and asked for someone who can create a relatively simple Access application. I have the tables all created and linked and a lot of information in them, but I have one field that has to be populated by the results of a query.
Here's the query:
QuantityOnHand: (([P].[Package]*[P].[Size]*[SP].[Cases])/[P].[ConversionRate])
It runs perfectly.
However, now I want the the results of the query to be stored in the SP.QOH field. How do I do that? Everything I've tried (and I'm a basic beginner at Access queries) returns a syntax error.
This client's first mistake was to call an office resource agency to fill an IT position...but I'm here now so I need to finish it.
Once I get this query running, all I have left to do is to finish formatting the various reports and the job is done. They want a "proof of concept" by noon tomorrow.
Here's the query:
QuantityOnHand: (([P].[Package]*[P].[Size]*[SP].[Cases])/[P].[ConversionRate])
It runs perfectly.
However, now I want the the results of the query to be stored in the SP.QOH field. How do I do that? Everything I've tried (and I'm a basic beginner at Access queries) returns a syntax error.
This client's first mistake was to call an office resource agency to fill an IT position...but I'm here now so I need to finish it.
Once I get this query running, all I have left to do is to finish formatting the various reports and the job is done. They want a "proof of concept" by noon tomorrow.