Hi Guys
Is there is a way to capture a navigationbutton name.
Something like navigationbutton.Text or Me.navigationbutton
Hi Guys
Is there is a way to capture a navigationbutton name.
Something like navigationbutton.Text or Me.navigationbutton
Not sure what you mean. Are you referring to the intrinsic navigation bar at bottom of form? Why would you need this? What are you trying to accomplish?
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
I think that regardless if this is a navigation form navigation button or a command button, the property is Caption, not text.
Eranka, this is evident on the property sheet in design view, for either of these control types. You can get a pretty good idea of what property it is that you need by looking there for anything. Not always exactly as described there, but usually close.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.
I agree with the comments by June and Micron. The requirement is not very clear. It sounds like you are referring to the Caption or Name of a button. Since you would be defining/designing the form and buttons, I think you could name it whatever you like. You could have btnNextRecord or btnOpenFormXYZ or cmdSendEmail --- whatever is appropriate in your context.
It often helps to describe your need(s) in plain English; even provide a mock up of a navigationbutton so readers can get some familiarity and context for your question(s).
Good luck with your project.