I have a suite of queries running under a vba module in access 2000, using DoCmd().
I want to execute the access queries or preferably the VBA module holding them from (vba in) excel.
The idea is to have command buttons to i/p -process-o/p the data from excel. The database is too big for excel to handle but the i/p data is only 200 records.
Has anyone done this or similar.
I want to execute the access queries or preferably the VBA module holding them from (vba in) excel.
The idea is to have command buttons to i/p -process-o/p the data from excel. The database is too big for excel to handle but the i/p data is only 200 records.
Has anyone done this or similar.