i have searched through the forums but all of the examples seem to go the other way and im not quite good enough at access to adapt it to what i want.
basically i have a sales form. to choose a customer the user clicks 'choose' which pops-up a customer form that lets them either choose a customer already in the DB or to create a new one. when they click 'done' i want the customer form to close and the sales form to update with a summary of the customer record that was the last opened in the customer form. (if that makes any sense).
customers have a customer_ID (autonumber). each sale must have a customer_ID in it. how can i send the customer_ID from the customers form back to the sales form?
any ideas?
basically i have a sales form. to choose a customer the user clicks 'choose' which pops-up a customer form that lets them either choose a customer already in the DB or to create a new one. when they click 'done' i want the customer form to close and the sales form to update with a summary of the customer record that was the last opened in the customer form. (if that makes any sense).
customers have a customer_ID (autonumber). each sale must have a customer_ID in it. how can i send the customer_ID from the customers form back to the sales form?
any ideas?