paste information

  • Thread starter Thread starter rml
  • Start date Start date
R

rml

Let say I have form a that I have open and created a
button that pulled up another form that had some customer
information. I would like to have the information paste
into form a. Kind of like a lookup form that had my data
so I could paste it into a master table.

Thanks.
 
rml said:
Let say I have form a that I have open and created a
button that pulled up another form that had some customer
information. I would like to have the information paste
into form a. Kind of like a lookup form that had my data
so I could paste it into a master table.

There are several ways to do this but form a should usually be a query
joining your customers with whatever other information is needed. A Combobox
would look up the customer.

The Northwind database has examples.

Professionals Do Read the Manual. (Nerds Like reading the manual.)
 
Back
Top