Automatic load of 1-2 data fields from one table to several others

S

skrappySenior

I have a data base that requires a large amount of information (we will call
census data) which has over 75 columns in a single table. The information
has to be updated on an annual basis - so the census table is a one-to-many
relationship to the client table, with the primary/foreign respectively being
the client ID. There are also some tables I would like to generate
automatically from the initial entry of the new client form and the first
census table(s)

I would like to separate the types of census data. What VBA code can I use
to have each separate census table pick up the related client ID from the
client table automatically without user selection in each table. I would
also like to have some background code that will automatically put the first
visit date and client id in a separate table, and create an autonumber as
secondary client code for a different reporting system.
 

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