Data Entry

N

Nick Howells

I would like when a user types in a new record for some of
that information to go to another table. The other table
is required for a supervisor to check the records of the
database

Can anyone help

Nick
 
A

Allen Browne

If you are comfortable with writing code, you could use the form's After
Insert event to write the additional information from unbound text boxes to
a Recordset opened into the other table.
 
Top