sysadmin101
New member
- Local time
- Today, 03:19
- Joined
- Jan 31, 2012
- Messages
- 2
My Sub-form in layout mode has a combo-box for the Product ID.
How can I display the other fields from the Products Table for the convenience of the user as he is entering more lines? i.e. user selects code for product, which then appears in the field, but the combo box only retrieves one value from the Products record, and to add more selections for the same information breaks the rules of normalisation etc.
I would like the lines to display dynamically as the user is entering them.
I know how to add a Form refresh macro, the problem is I don't know how to display these other fields eg. as sql statements in Control records?
The orders main form has the Current PO Number value.
Thanks in advance for any tips or suggestions
How can I display the other fields from the Products Table for the convenience of the user as he is entering more lines? i.e. user selects code for product, which then appears in the field, but the combo box only retrieves one value from the Products record, and to add more selections for the same information breaks the rules of normalisation etc.
I would like the lines to display dynamically as the user is entering them.
I know how to add a Form refresh macro, the problem is I don't know how to display these other fields eg. as sql statements in Control records?
The orders main form has the Current PO Number value.
Thanks in advance for any tips or suggestions