How to enter new data into tables

M

msprick

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
 
S

Steve Schapel

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.
 

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