How To Determine New Record

A

AKA Spawn

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
 
A

Allen Browne

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.
 
A

AKA Spawn

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.
 
Top