It sounds to me that you are using a JET database to hold the data, not
Access as a GUI ... If that is the case, you should search Microsoft Web
site for updates for JET, not Office ...
Check your VB code, HandBase and PDA database doc to see whether you are
using JET 3.5 or JET 4. I haven't seen any update for JET 3.5 for a while
(since mainstram support has ended) and JET 4.0 is up to Service Pack 8.
If you are using JET 4.0, for more info. see the following article:
http://support.microsoft.com/kb/275561
I don't know PDA database but I can't see how updating data in an existing
JET Table from a PDA database can actually change the Design of the JET
Table (e.g. changing Field data type) unless in updating JET data, your PDA
database actually deletes the existing JET Table and then imports the data
into a new JET Table with the old name. (Another possibility is the PDA
database modifies the JET Table design using DDL SQL but I doubt any PDA
database would do this). In this case, you will need to check your PDA
database documentation to synch. data by updating existing JET Table rather
than delete and re-create the JET Table ...