Duplicating Data in Tables

K

Kristen

Please help...this is killing me!

Is there any way that I can enter certain information in
one table (i.e. account #) and it create a blank record
in another table with with the same account #.

I have the account # as the primary key.

Thanks,

Kristen
 
V

Van T. Dinh

Generally, I would advise against a "blank related Record in another Table"
and only create a Record when required, i.e. storing valid, non-duplicated
data.

If you create a blank Record and then the user stops doing data entry, you
end up with meaningless Record which will probably compromise your database
later.

You may like to explain in details why you need a "blank" Record and someone
may propose a solution for you.
 

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