How to create a table with a relation

D

Dan

I have a table with our member's personal information and
I am creating another table with the accounts recievable
information. I want the accounts recievable one to be
referenced to the table with the members personal
information table but I only want it to have the members
that ows us money stored in it. How do I create the
relation between the tables and have them automatically
update.

I want it so that when the user changes the
field 'Status', that is located in the members personal
information table, to "Accounts Recievable" that it will
insert a row into the 'account recievable' table and
bring up another form so that the user can insert the
information.
 
M

Martin SChukrazy

You dont need a relationship what you need is a insert, update and delete
trigger on the member table, which inserts new entries in the accounts
recievable table (or deletes)
 

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