How To Determine New Record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Again,

I have a table named StudentProfile and I need to know if the current record
is a new record.

What is the code that will let me know that?

-AKA
 
To control the interface, use a form, not the table directly.
Use a form in Datasheet view if you want it to look like a table.

You can then test the NewRecord property of the form.
 
Thanks Allen for the info. God Bless!

Allen Browne said:
To control the interface, use a form, not the table directly.
Use a form in Datasheet view if you want it to look like a table.

You can then test the NewRecord property of the form.
 
Back
Top