CarryOver(Me) on Menu Item instead of Button

  • Thread starter Thread starter Lance G. via AccessMonster.com
  • Start date Start date
L

Lance G. via AccessMonster.com

Instead of a button on my form, I'm using a menu item to duplicate previous
record on the form. I'm using basCarryover as my module. Call CarryOver(Me)
works fine on the button, but when I use the menu item as a public function,
it doesn't the (Me), states it not defined.

How do I get the Call CarryOver(Me) to work in a public function???

I tried Call CarryOver(frmActive.Me) but that doesn't work either.

Thanks,
Lance
 

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

Similar Threads

Acsess 2007 -2010 0
Hello and Help 3
shortcut menu 1
Writing expression in a report 1
Expression in Report 1
Calculated Fields not Working 5
Update This Record command button 5
Menu Coding 2

Back
Top