nanusecure
Technical User
I created a form for data entry into a table. The form, among other fields, contains three fields as combo boxes. Such fields (customer ID, address and Item ID) are queried from two separate tables (Item and Customer). The problem that I am having is that any time I enter a record into the table (Table1), the customer ID, address and Item ID have a random number, instead of the number in the combo box and entered thru the form.
My question is: How do I get such fields from the combo boxes to correctly update my table?
Hope this makes sense.
My question is: How do I get such fields from the combo boxes to correctly update my table?
Hope this makes sense.