Macro for display

N

Nikos Yannacopoulos

Yes, you can!

Use an unbound textbox to display it, called, say, txtRecNum. Use the form's
On Current event to run a single line of code:

Me.txtRecNum = Me.CurrentRecord

HTH,
Nikos
 
S

Steve Schapel

New2Adv,

Put an unbound textbox on the form, and in its Control Source put...
=[Form].CurrentRecord
 

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