M
Matt
I have the following code that is being ignored/skipped when running a on a
machine with Access 2002:
Application.Echo False
DoCmd.OpenTable "DataTemplate"
Application.RunCommand acCmdSelectAllRecords
Application.RunCommand acCmdDelete
Application.RunCommand acCmdClose
Application.Echo True
I'm guessing that Access 2002's libraries don't have these commands available.
Thanks,
Matt
machine with Access 2002:
Application.Echo False
DoCmd.OpenTable "DataTemplate"
Application.RunCommand acCmdSelectAllRecords
Application.RunCommand acCmdDelete
Application.RunCommand acCmdClose
Application.Echo True
I'm guessing that Access 2002's libraries don't have these commands available.
Thanks,
Matt