How to enter new data into tables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Basic question but I can't figure out the answwer

I have 3 main tables I'm working with after normalization. Client table is 1 to many with both Status and Individuals

I need to have users input data into the tables. How do I do that

TI

Michae
 
Michael,

One possible scenario would be a form based on your Clients table, and
then with forms based on each of the other two tables as subforms on the
Client form. In such cases, a Tab control on the Client form is often a
neat idea, with the Status and Individuals subforms on separate tabs.
 
Back
Top