missymarie1014
Technical User
I have a form where the record source is ReceiptTable. ReceiptTable is linked to ItemTable on the item number field. I need to be able to retrieve a value from an ItemTable field based on the item number value in the form and then run some commands based on the condition of that value. How do I go about writing code to retrieve the value in a field (Quantity On Hand) in the ItemTable based on the value in the item number control in the form which is based on the ReceiptTable and is linked to the ItemTable on the item number field? Hope this makes sense. Thanks for any help!