Hi, I have a form that has 3 tabs on it, 2 of the tabs have subforms on them. Using Access 97
tab 1 is general bill to data: bill to number, name, address, phone ext.
tab 2 is a parent listing: it shows for a company all the subcompanys along with amount of sales and commissions.
tab 3 is a ship to tab: basic shipping info, also bill to company can have multi ship to entrys.
Heres the problem: I add a new record to the bill to tab, and then append the same data to tab 3 subform (because the first ship to address is always the bill to companys) this works.
but on tab 2 which contains the parent companys subcompanys representative and sales and commissons. I have another append qry that takes the bill to name and appends it to another table that contains the parent - subcompanys data. After all info is typed into tab1 you then click on another tab and it automacticly runs the qrys and then go's to tab 2, but there is no data displayed? If you look at the table at this point the data is there, If you manualy refresh the screen it will show up after 1 or more refreshes. I have coded a Me.refresh into the afterinsert event and i know it works because the info on tab 3 shows.
Thanks for anyhelp
tab 1 is general bill to data: bill to number, name, address, phone ext.
tab 2 is a parent listing: it shows for a company all the subcompanys along with amount of sales and commissions.
tab 3 is a ship to tab: basic shipping info, also bill to company can have multi ship to entrys.
Heres the problem: I add a new record to the bill to tab, and then append the same data to tab 3 subform (because the first ship to address is always the bill to companys) this works.
but on tab 2 which contains the parent companys subcompanys representative and sales and commissons. I have another append qry that takes the bill to name and appends it to another table that contains the parent - subcompanys data. After all info is typed into tab1 you then click on another tab and it automacticly runs the qrys and then go's to tab 2, but there is no data displayed? If you look at the table at this point the data is there, If you manualy refresh the screen it will show up after 1 or more refreshes. I have coded a Me.refresh into the afterinsert event and i know it works because the info on tab 3 shows.
Thanks for anyhelp