Jun 11, 2003 #1 skierm Programmer Jun 9, 2003 39 US When im in my form, and i go to the >* button at the bottom, is there a way to check if that button was pushed. thanks
When im in my form, and i go to the >* button at the bottom, is there a way to check if that button was pushed. thanks
Jun 11, 2003 #2 papparuff Programmer Nov 19, 2001 111 US On the form's Current Event you can check to see if the current records is a new record. If me.newrecord then msgbox "This is a new record" endif John Ruff - The Eternal Optimist http://www.noclassroom.com Upvote 0 Downvote
On the form's Current Event you can check to see if the current records is a new record. If me.newrecord then msgbox "This is a new record" endif John Ruff - The Eternal Optimist http://www.noclassroom.com