Is it possible for a new application to use 2 of the system databases
(i.e. addrDB and apptDB) to store information from it's own form
(application to have 2 forms, a list of appointments and an edit view of
each appointment). All the fields from the application's editview form
are basic like LName, FName, date, time and a couple of custom fields.
Only the name fields would be written to the addrDB (not retreived) and
ALL the fields and their labels (except for date & time - have their own
apptDB fields - (apptRec.when -> startTime/endTime)) would be written to
the 256 byte apptRec.description field of the apptDB for storage and
retreival purposes. This would enable the user to see the name fields
when opening the Address Application and also have the appointment
appear on their schedule when opening the Date Book Application. Any and
all thoughts/ideas would be very welcome.

Thanks
Jim

Reply via email to