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.
 

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