How do i save a record into two different tables?

I

Ian

I need to save a record into two tables at once, so that the one record can be deleted when it is finished, but the other can remain in the system in order to calculate revenue.
If anyone could help me, then i would be veryu grateful
 
J

Jim/Chris

On your after_Update event run an append query to the other
table

Jim
-----Original Message-----
I need to save a record into two tables at once, so that
the one record can be deleted when it is finished, but the
other can remain in the system in order to calculate revenue.
 
T

Tim Ferguson

I need to save a record into two tables at once, so that the one
record can be deleted when it is finished, but the other can remain in
the system in order to calculate revenue.

Revisit the design: work out exactly which entities are which, and which
ones need to be kept in what format. There just is no justification within
R theory anywhere for "saving a record in two tables".

B wishes



Tim F
 
G

Greg Kraushaar

What about an audit trail ? :)>

Revisit the design: work out exactly which entities are which, and which
ones need to be kept in what format. There just is no justification within
R theory anywhere for "saving a record in two tables".

B wishes



Tim F
 

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