Eric,
Does the database have to stay in Access (for example, is this
something from work and they use only Access?) Do you just need to look
at the database on your iPaq, or need to be able to update it and then
pass those updates back to the original database on the pee-cee? Are
you married to the idea of keeping the interface of the Access
database?
The reason I ask is another option might be to export the database as a
set of tables or even tab-delimited files, then import them into a
PocketPC database program and build a new UI for the data (like forms
and reports in Access).
Also, some PocketPC database programs out there will come with a
desktop interface, so you could port the database entirely over to the
PocketPC application and use the desktop interface for your PC work, as
opposed to Access.
Another option might be to see about porting the database over to Open
Office's BASE? From the OpenOffice.org website: "BASE includes a full
version of the HSQL database engine, storing data in XML files. It can
also access dBASE files natively for simple database work. For more
advanced requirements, BASE supports many popular databases database
natively (Adabas D, ADO, Microsoft Access, MySQL), or any database
through industry-standard ODBC and JDBC drivers. It also supports any
LDAP compliant address book, as well as common formats such as
Microsoft Outlook, Microsoft Windows, and Mozilla."
Just a couple of thoughts from someone who's found Access to be a bit
too kludge-y for my purposes. (I keep this up and I'm gonna end up a
Mac user eventually...!)