Form

  • Thread starter Thread starter Chi Huynh
  • Start date Start date
C

Chi Huynh

Hi,
I have four related tables . (Book,Borrower,Billing and
Connection)

I would like to create a form named A which I use to enter
new data. I like the new form(A) can carry new information
to all four tables.

For example, Afer entering the new form A, all new
information will automatically enter to all tables
(Book,Borrower, Billing and Connection)

Thank you
Chi
 
Hi,
I have four related tables . (Book,Borrower,Billing and
Connection)

I would like to create a form named A which I use to enter
new data. I like the new form(A) can carry new information
to all four tables.

For example, Afer entering the new form A, all new
information will automatically enter to all tables
(Book,Borrower, Billing and Connection)

Thank you
Chi

How are the tables related? What information do you want to
"automatically enter all tables" - this is NOT typical and suggests
that you're storing data redundantly!
 
Back
Top