A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

switchboard



 
 
Thread Tools Display Modes
  #1  
Old June 25th, 2004, 03:51 PM
fajita
external usenet poster
 
Posts: n/a
Default switchboard

I have completed stepby step in adding more buttons to my
switchboard.
1. copy/paste more
2. changed the name of NEW command to Option9,Option10,
etc...
3. Changed the name of the NEW labels to OptionLabel9,
OptionLabel10, etc...
4. I've entered the following =HandleButtonClick
(9),=HandleButtonClick (10), ....
5. Changed Const conNumButtons = 12

Now when I go back to review what I've done, the window
states Run-time '2465': Action Item Database can't find
the field 'Option9' referred to in your expression.

END or DEBUG, click on debug and This is highlighted; Me
("Option" & intOption) .Visible = False

How do i fix this problem?
  #2  
Old June 25th, 2004, 04:25 PM
Jeff Conrad
external usenet poster
 
Posts: n/a
Default switchboard

Triple check to make sure you have correctly named all the new command buttons and labels. The error
is pretty clear that it cannot find a control on the form called Option9.
Carefully go through all the names again.
It should work as instructed.

--
Jeff Conrad
Access Junkie
Bend, Oregon

"fajita" wrote in message
...
I have completed stepby step in adding more buttons to my
switchboard.
1. copy/paste more
2. changed the name of NEW command to Option9,Option10,
etc...
3. Changed the name of the NEW labels to OptionLabel9,
OptionLabel10, etc...
4. I've entered the following =HandleButtonClick
(9),=HandleButtonClick (10), ....
5. Changed Const conNumButtons = 12

Now when I go back to review what I've done, the window
states Run-time '2465': Action Item Database can't find
the field 'Option9' referred to in your expression.

END or DEBUG, click on debug and This is highlighted; Me
("Option" & intOption) .Visible = False

How do i fix this problem?



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Switchboard Loi Using Forms 0 June 9th, 2004 08:34 PM
Removing a Record Selector in a Switchboard eric Using Forms 2 June 3rd, 2004 04:02 PM
Switchboard in Office XP Professional Brian Anderson Using Forms 2 June 1st, 2004 04:16 AM
Creating a Switchboard Form Mark G Using Forms 1 May 28th, 2004 09:13 PM


All times are GMT +1. The time now is 02:18 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.