New record test?

C

Craig Buchanan

is there a reliable way to test if a form has been moved to a new record (as
opposed to changing to another, existing record)?

thanks

craig buchanan
 
J

Jeff Boyce

Craig

Not sure I understand how you mean "moved to a new record", but I suspect
you can check the

Me.NewRecord

property.

Good luck

Jeff Boyce
<Access MVP>
 
C

Craig Buchanan

Jeff-

Thanks, just what I needed. I've notice that this works when you click the
new record button on the form's navigation bar. I appears not to work if
you open a form with the acFormAdd bit set. Is there another property to
check for this?

Thanks,

Craig
 
C

Craig Buchanan

scratch that.

Craig Buchanan said:
Jeff-

Thanks, just what I needed. I've notice that this works when you click the
new record button on the form's navigation bar. I appears not to work if
you open a form with the acFormAdd bit set. Is there another property to
check for this?

Thanks,

Craig
 

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

Top