I don't expect a complete answer to my problem but am hoping to find a good site(s) that desribes the effects of the OS, Database client and database version on the functionality on the database interface provided to the user. The more help anyone can provide will be most appreciated though!
I have an Access 2000 database being used by A2002 and A2003 clients on both Windows 2000 and XP systems. Those using the database from the Windows 2000 stations have no problems using the database interface as it has been developed in VBA, however the user of the DB on the XP workstations are experiencing problems with some of the developed functionality.
A preliminary diagnosis is that the binary operators utilized in some of the query statements WHERE clauses are not being recognized? (Ex. "SELECT TIME.hours WHERE TIME.dt = #01/11/2005#;" will work just fine while "SELECT TIME.hours WHERE TIME.dt >= #01/11/2005# AND TIME.dt <= #30/11/2005#;" results in the entire TIME table being returned.
I'm also experiencing problems with report generation. The default settings of the report (page size) seems to get thrown out when opened by the XP user.
Again I would appreciate any information helping me to understand how all these different versions of software and databases work together in access.
I have an Access 2000 database being used by A2002 and A2003 clients on both Windows 2000 and XP systems. Those using the database from the Windows 2000 stations have no problems using the database interface as it has been developed in VBA, however the user of the DB on the XP workstations are experiencing problems with some of the developed functionality.
A preliminary diagnosis is that the binary operators utilized in some of the query statements WHERE clauses are not being recognized? (Ex. "SELECT TIME.hours WHERE TIME.dt = #01/11/2005#;" will work just fine while "SELECT TIME.hours WHERE TIME.dt >= #01/11/2005# AND TIME.dt <= #30/11/2005#;" results in the entire TIME table being returned.
I'm also experiencing problems with report generation. The default settings of the report (page size) seems to get thrown out when opened by the XP user.
Again I would appreciate any information helping me to understand how all these different versions of software and databases work together in access.