Hello.
I may be a victim of my own poor design here, however... I built a job estimater for my sales folks, and it uses auto numbers as primary keys.
Now, they ask how can they copy an estimate to another estimate so they can tweek it, and I am not sure, with out writing a bunch of code.
Problem is say table1, with autonumber, relates on that autonumber to table2. Table2 has it's own autonumber, that relates to table3.
Knowing that, is there some method out there for copying records and keeping the relationships intact?
I hope I have made sense here.
Thanks,
ChaZ
There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.
I may be a victim of my own poor design here, however... I built a job estimater for my sales folks, and it uses auto numbers as primary keys.
Now, they ask how can they copy an estimate to another estimate so they can tweek it, and I am not sure, with out writing a bunch of code.
Problem is say table1, with autonumber, relates on that autonumber to table2. Table2 has it's own autonumber, that relates to table3.
Knowing that, is there some method out there for copying records and keeping the relationships intact?
I hope I have made sense here.
Thanks,
ChaZ
There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.