M
Marcel Stoop
Hi everyone
With -DoCmd.SelectObject acTable, , True- I open the Database Screen,
subsequently I open the Screen
-DoCmd.RunCommand acCmdLinkTables- for Linking new Tables.
After the user has been finished with linking new Tables I want to close the
Database Screen again.
For this I use:
DoCmd.SelectObject acTable, , True
RunCommand acCmdWindowHide
Problem:
How can I check that the user has finished linking new tables, respectively
has closed the Linking Table Screen.
Because, upon closing the "Linking Table Screen" I want to perform:
DoCmd.SelectObject acTable, , True
RunCommand acCmdWindowHide
(I guess the problem will also be that there are two Screens: The "Linking"
screen and the "Choose Datasource" screen.)
Cheers
Marcel
With -DoCmd.SelectObject acTable, , True- I open the Database Screen,
subsequently I open the Screen
-DoCmd.RunCommand acCmdLinkTables- for Linking new Tables.
After the user has been finished with linking new Tables I want to close the
Database Screen again.
For this I use:
DoCmd.SelectObject acTable, , True
RunCommand acCmdWindowHide
Problem:
How can I check that the user has finished linking new tables, respectively
has closed the Linking Table Screen.
Because, upon closing the "Linking Table Screen" I want to perform:
DoCmd.SelectObject acTable, , True
RunCommand acCmdWindowHide
(I guess the problem will also be that there are two Screens: The "Linking"
screen and the "Choose Datasource" screen.)
Cheers
Marcel