I discovered that some workstations are loaded with Windows XP x64 edition, and still running Office 2007 which is x86 only.
In my Access application I make extensive use of:
http://www.programmersheaven.com/mb/vba/371593/371593/change-registry-settings-in-vba/
are the ones I can spot I have used right off.
I distribute the application in its .accdb form.
What should I anticipate from running the application on the XP x64 OS platform?
In my Access application I make extensive use of:
- ADO/ADOX objects
- Visual Basic for Applications
- Microsoft Office 12.0 Object Library
- OLE Automation
- Microsoft Office 12.0 Access database engine Object Library
- Microsoft ActiveX Data Objects 2.8 Library
- Microsoft ADO Ext. 2.8 for DDL and Security
- Microsoft Office 12.0 Object Library
- DAO.QueryDef objects in Pass-Through mode
- A handful of calls to DLL API's:
http://www.programmersheaven.com/mb/vba/371593/371593/change-registry-settings-in-vba/
are the ones I can spot I have used right off.
I distribute the application in its .accdb form.
What should I anticipate from running the application on the XP x64 OS platform?