I have both Office 2003 and Office 2007 users accessing a front end on the server from a shortcut on their desktops. The application is nearly a year old now.
Today, I added a new command button on the main menu that does the following:
-- Using a saved import specification, downloads data from a spreadsheet into a temporary (make) table.
-- Compares the data in the temporary table with data already in the database.
-- Displays a report showing those records in the temporary table having no matches in the database.
This works fine for my 2007 users. But, when my 2003 users click on the button, nothing seems to happen.
I'm not sure where to start trouble shooting. Any ideas?
Today, I added a new command button on the main menu that does the following:
-- Using a saved import specification, downloads data from a spreadsheet into a temporary (make) table.
-- Compares the data in the temporary table with data already in the database.
-- Displays a report showing those records in the temporary table having no matches in the database.
This works fine for my 2007 users. But, when my 2003 users click on the button, nothing seems to happen.
I'm not sure where to start trouble shooting. Any ideas?