Command Option Label

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I tiried to make a switchboard by putting a command button, I tired to make
it similar with the sample in MS Office sample "Address" database. My
question is when I viewed it in form view I can see the description but when
I viewed it in design view, the description desappreared. Can anyone tell me
why. I tried to see in the property of the option label, no text we can see
there.

Thanks in advance.

Frank
 
The switchboardsettings are placed in a seperate table. My guess is that you
can find the labeldescription there as well. Look in the tables collection,
you'll find a switchboard table there. Open it and look for the options you
like.
 
Thank you Maurice you are right, now let me see in VBA it should mention the
swichboard ID. Sorry, I am still new to this access database.

Frank
 
You are correct, there is additional code in VBA. By reading this you will
understand the process it is running I'm sure. New to access? Welcome and if
you do have any other questions feel free to post them.
 
Back
Top