copy data form form to form.

ATB

Registered User.
Local time
Today, 11:35
Joined
Dec 7, 2000
Messages
30
Here's the challange, i would like to copy records from a popup form showing my stock list and using an event on double click copy the data to a populate a record on my invoice form. (Ie. select stock form list and add it to invoice)

Can anyone point oin the right direction of what i should be looking at to do this.

Thanks
 
Rather than using a popup, why not do it the way it is done in northwind.mdb with a combobox on the item row.
 
For reference: The correct syntax for copying values from for to form...

Forms!Form1.Form!YourFieldName = Forms!Form2.Form!YourFieldName

*-)
 

Users who are viewing this thread

Back
Top Bottom