Why does the name of my object look different in the VBA editor then the name I gave it?

  • Thread starter Thread starter Kelvin Beaton
  • Start date Start date
K

Kelvin Beaton

I created an Option Group and called it "ExceptionApprovedDisapproved" but
when I go into VBA Editor it sees it with the same name, but with two
underscores "__" after it. "ExceptionApprovedDisapproved__"

What's the deal with this?
I tried renaming it but it still leaves the "__" on the end.
Short of deleting the group and recreating it, I can't see how to resoleve
this

Anyone have an answer for this?

Thanks

Kelvin
 
Hi Kelvin,

spaces are converted to underscores... you must have 2 spaces at the end
of the control name...

Warm Regards,
Crystal
*
(: have an awesome day :)
*
MVP Access
Remote Programming and Training
strive4peace2006 at yahoo.com
*
 
You can't always make trivial changes to names. Try
changing the name to something else, then back again to
the correct name.

(david)
 
good point, David

Kelvin add a 2 (or something) onto the end of the NAME property, press
ENTER, then change it...

Warm Regards,
Crystal
*
(: have an awesome day :)
*
MVP Access
Remote Programming and Training
strive4peace2006 at yahoo.com
*
 
that hold true with case changes, but not character changes...

Warm Regards,
Crystal
*
(: have an awesome day :)
*
MVP Access
Remote Programming and Training
strive4peace2006 at yahoo.com
*
 

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

Back
Top