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.
 

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

Back
Top