I have a database with two tables. I want to be able to record data into a Palm then sync with the Access tables. I have a database of sorts on my palm, but the Access database is too complicated. I’m looking for a good piece of Palm-based software to feed this Access database. I’m posting here since I figured that you folks reading this would likely have done something like this before, and that most of those in the Palm forum wouldn’t track with all the Access stuff. Can you help?
I have a probably typical scenario where for one event there is some data that defines the event ( date, time, employee, etc) and multiple pieces of data that are associated with that event ( test given, results, notes, etc. ). I have one table, tblTestMaster, that has all of the defining data fields and one AutoNumber Key named TestEvent. The second table, tblTests, has the repetative data including the TestEvent number and an AutoNumber field that is the key. I have created a many-to-one relationship between tables on TestEvent where tblTests is the many side. Referential Integrity is enforced. The tblTests is fed by a subform of the main form such that the TestEvent number is fed to tblTests.