save record a second time

T

Ted Johnson

I am trying to have a form where someone looks at
previously entered data on a person, then with a click of
a button adds that record to the table(s) a second time,
so after they click that button there will be 2 records
for that one person instead of one. Is that possible?
Thanks in advance for the help.
 
G

Gary Miller

Ted,

Yes, it is possible, but it is usually against the rules of good database
design to repeat information like that. Give some more details on what you
are trying to accomplish with this and I think that you may get some good
suggestions on restructuring what you doing.

Gary Miller
 
Top