Auto fill in tab

foxtet

Registered User.
Local time
Tomorrow, 01:49
Joined
May 21, 2011
Messages
129
Dear Guys,
I have problem in auto fill in tab. In the attached database On the update delivery and invoicing form is placed a tab control which has two pages.
1) pageDelivery
2) PageBilling

in PageBilling I want automatically fill in consignee and shipper names.

foxtet
 

Attachments

BTW, you should be aware that SubForms load *before* the MainForm!
 
please try this.
 

Attachments

I want those data to be saved in tblInvoice.
 
When ShipperID is selected from pageDelivery to appear that record refresh button need to clicked.how can this be achieved by re querying.

foxtet
 
Thank you,

How can we save those two records in tblInvoice.
When I put the following [Forms]![frmUnBilledEntries]![txtHiddenConsignee] as default value of txtConsigneeId text and its control source to consigneeID of underlying table the text box show blank.

If any solution please share

foxtet
 

Users who are viewing this thread

Back
Top Bottom