Data Entry

  • Thread starter Thread starter Nick Howells
  • Start date Start date
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
 
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.
 
Back
Top