New Table to Existing Database..

H

HeatherEv

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?
 
S

strive4peace

Hi Heather,

it seems that you can add the CNO field to your Notes table -- probably
Notes would be a subform for the customers table -- then you can use CNO
for the LinkMasterFields and LinkChildFields of the subform control and
Access will fill it out automatically

" I am looking to include call information that will be entered from a
form that accesses several related tables."

can you give an example?


Warm Regards,
Crystal

remote programming and training

Access Basics
8-part free tutorial that covers essentials in Access
http://www.AccessMVP.com/strive4peace

*
:) have an awesome day :)
*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top