G
Guest
My scenario is this: I open a form with several subforms in it. On each subform I have a button that fires a DoMenuItem event:
DoCmd.DoMenuItem acTable, acFile, acmdImport, acMenuVer70 - it allows the user to import data to a table from excel spreadsheets. I want to be able to run a Subform!Parent.Update after the import process has finished. It seems that the _click procedure of the buttom "import" finishes running the DoCmd and then it doesn't requery the data.
I could use some help,
Thanks
GB
DoCmd.DoMenuItem acTable, acFile, acmdImport, acMenuVer70 - it allows the user to import data to a table from excel spreadsheets. I want to be able to run a Subform!Parent.Update after the import process has finished. It seems that the _click procedure of the buttom "import" finishes running the DoCmd and then it doesn't requery the data.
I could use some help,
Thanks
GB