D
Dan your biggest fan
I have encountered the folloowing problem in Access. I have a table of stock
items, PartID, PartName etc. I have a second table, INVENTORY which reflects
these stock items booked into the system TransactionID, PartName, DateCreated
Allocated etc., when booking in an item the user selects the stock item from
a lookup field pointing back to the stock items table. This part works fine.
I have set up a third table / Form for entering orders. The user adds the
customer details etc. and selects the items for the order from another lookup
which is linked to a query. I am encountering the problem of getting the ID
rather than the PartName value returned by the lookup, I read through
previous post and understand why this is happening but I am a real novice at
access and dont understand how to avoid this problem.
I was alsowondering how to change the boolean value of the Allocated field
when a Part is added to an order?
Any help would be greatly appreciated.
items, PartID, PartName etc. I have a second table, INVENTORY which reflects
these stock items booked into the system TransactionID, PartName, DateCreated
Allocated etc., when booking in an item the user selects the stock item from
a lookup field pointing back to the stock items table. This part works fine.
I have set up a third table / Form for entering orders. The user adds the
customer details etc. and selects the items for the order from another lookup
which is linked to a query. I am encountering the problem of getting the ID
rather than the PartName value returned by the lookup, I read through
previous post and understand why this is happening but I am a real novice at
access and dont understand how to avoid this problem.
I was alsowondering how to change the boolean value of the Allocated field
when a Part is added to an order?
Any help would be greatly appreciated.