Database: customer table; orders table; quote history table
I have a form to enter the orders saves to the orders table. User wanted a "look-up" screen to search for the right order. The look-up form has fields the user fills in with criteria for query. Results are displayed in a sub-form. I need to know how to enter code to grab the record the user clicks on in the sub form and display all the data in my order form. I've tried using current record but it just keeps giving the first record in the table.
I have a form to enter the orders saves to the orders table. User wanted a "look-up" screen to search for the right order. The look-up form has fields the user fills in with criteria for query. Results are displayed in a sub-form. I need to know how to enter code to grab the record the user clicks on in the sub form and display all the data in my order form. I've tried using current record but it just keeps giving the first record in the table.
Comment