Dear Friend, need your help...
I have two tables "Partners" and "Contacts" (Both linked by Partner ID) and four forms "Partners", "New Partner", "Contacts" and "New Contact".
In the form "Partners" I have a command button "New Partner" that opens "New Partner" form in a data-entry mode. "New Partner" form in its turn has two buttons "Save" and "Create Contact".
After I enter an information of the new partner into "New Partner" form and save it (by clicking "Save" button) I want to create a new contact related to this specific partner. When I click "Create Contact" button the "New Contact" form is opened in a data-entry mode. What I want is that the Partner ID (of just created partner in "New Partner" form ) is automatically entered into corresponding field on "New Contact" form.
Please advise how I can do it.
Thanks in advance!
PS: I'm using Navigation table "Main" so switching b/w all the forms are happening with the help of BrowseTo command.