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)
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)