Linking a pop up form to the main form (1 Viewer)

Robert C

Registered User.
Local time
Today, 03:24
Joined
Mar 27, 2000
Messages
88
Is it possible to link a pop up form to a main form.

I have an order form on which there is an option group to select various delivery choices, one of which opens up a pop up form on which you can enter a delivery address. The tables behind them are linked by the OrderID. What I would like to happen is for the the relevant OrderID to be automatically filled in the pop up form when it opens.

Any help would be greatly appreciated
 

Jack Cowley

Registered User.
Local time
Today, 03:24
Joined
Aug 7, 2000
Messages
2,639
I might suggest using the OpenArgs property of the OpenForm method to pass the OrderID to the popup form and then place it in the proper field once it is there. Search Help for the OpenArgs property.

HTH,
Jack
 

Users who are viewing this thread

Top Bottom