I am working with a linked FoxPro database. This database is accessed and
updated through another program. I am creating additional functions for
route planning and need to add new tables (because I cannot append the
existing table structure). For example- The database stores customer
number
(my primary key) in a field called CNO. In my new table, I am looking to
include call information that will be entered from a form that accesses
several related tables. I need these fields to be associated with the
customer that the notes relate to. How should this be done?