VBA code to open 1 table with the client id from another table

S

skrappySenior

I am just starting my VBA journey and really like it.

I have several one to many tables (the one tbl being a client tbl) - (the
many being tabels census, visit data about the clients) the relationships
are 1 client to many records in other tbls - the primary key in clients is
client ID - it is the foreign key in all others.

In several of my forms I want to be able to enter the client data and have
the client ID field automatically be put into the next tbl for further data
entry. I would also like a table that adds the same clientId field, saves
itself with no internation from the user (this tbl is used to create an auto
number that is needed for a separate database upload) - I also need to have
the firstViistDate, automatically copy to another table (along with the
clientID)
 

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