Detecting new record

  • Thread starter Thread starter Luis
  • Start date Start date
L

Luis

Hello. I have a continuous form with a table as data
source. Users can alter existing data or add new lines of
data in the table. Is there any way to automatically
detect if a user is altering an existing record or adding
a new record?
 
In which section should i test this property? On load?
After update?....
 
Use the Current event of the form to discover whether the record that just
loaded is a new one.
 

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