Ok have looked around and its driving me nuts....
Have a main form with several tabs containing subforms, the last tab contains a summary of other tabs eg. built a query to bring together the required information which will later also be used on a report.
Now can get the data to display no problems but if you go back and make changes then go back to that tab it won't update until you click a command button on main page to save/update form.
Have tried putting variations of Requery etc in the OnChange of tab page or OnLoad etc but no joy tried so far:
DoCmd.RunCommand acCmdSaveRecord
DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70 (outdated I know but tried anyway)
Even used a Select* From Where statement instead of pulling data directly from info which displays data but same problem and really slows form load.
Probably something simple but have gone past the point of patience and moved onto another problem for awhile before start stamping on the keyboard...
Using Access 2003 windows Vista.
Thanks in advance for any suggestions - John
Have a main form with several tabs containing subforms, the last tab contains a summary of other tabs eg. built a query to bring together the required information which will later also be used on a report.
Now can get the data to display no problems but if you go back and make changes then go back to that tab it won't update until you click a command button on main page to save/update form.
Have tried putting variations of Requery etc in the OnChange of tab page or OnLoad etc but no joy tried so far:
DoCmd.RunCommand acCmdSaveRecord
DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70 (outdated I know but tried anyway)
Even used a Select* From Where statement instead of pulling data directly from info which displays data but same problem and really slows form load.
Probably something simple but have gone past the point of patience and moved onto another problem for awhile before start stamping on the keyboard...
Using Access 2003 windows Vista.
Thanks in advance for any suggestions - John