Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

need help with an inventory database

Status
Not open for further replies.

neerajam

Technical User
Mar 4, 2002
23
0
0
US
tblingredients consists of the following fields:
ingredientid: number
ingredientdescription: text
amountinformulation: number (%)
compoundid: number

I have another table called tblschedule. Consists of the following fields:
compoundid: number
noofbts: number
batchweight: number
qtyingredientrequired: number

THe end result that I wanted was to join the 2 tables on compoundid and obtain the qty of ingredient required for each compound, each ingredient by multiplying amountinformulation * batchweight * noofbts.

I did this as query but the error message I got an error message not updatebable. Any one got any suggestions on how to proceed. Thanks in advance.
 
Try a create table query, and then manipulate the new result.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top