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  

frame



 
 
Thread Tools Display Modes
  #1  
Old August 24th, 2006, 05:46 AM posted to microsoft.public.access.forms,microsoft.public.access.formscoding
00KobeBrian
external usenet poster
 
Posts: 77
Default frame

How do you add a checkbox to an existing frame control in a form with access
97? Thanks.


  #2  
Old August 24th, 2006, 06:08 AM posted to microsoft.public.access.forms,microsoft.public.access.formscoding
Dirk Goldgar
external usenet poster
 
Posts: 1,164
Default frame

"00KobeBrian" wrote in message

How do you add a checkbox to an existing frame control in a form with
access 97? Thanks.


So as to create another option in the option group, you mean? With the
form open in design view, click the check box tool in the tool box, then
move your mouse over the option group. The background of the frame will
be highlighted -- just click in the highlighted frame and the check box
will be added to the group. Then you can tinker with its properties, if
you want.

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)


  #3  
Old August 24th, 2006, 08:36 AM posted to microsoft.public.access.forms,microsoft.public.access.formscoding
00KobeBrian
external usenet poster
 
Posts: 77
Default frame

Thanks. It works. How do you chang the option value and can I use character
as option value? Thanks.


"Dirk Goldgar" wrote in message
...
"00KobeBrian" wrote in message

How do you add a checkbox to an existing frame control in a form with
access 97? Thanks.


So as to create another option in the option group, you mean? With the
form open in design view, click the check box tool in the tool box, then
move your mouse over the option group. The background of the frame will
be highlighted -- just click in the highlighted frame and the check box
will be added to the group. Then you can tinker with its properties, if
you want.

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)




  #4  
Old August 24th, 2006, 08:17 PM posted to microsoft.public.access.forms,microsoft.public.access.formscoding
Access101
external usenet poster
 
Posts: 118
Default frame

Click the checkbox
Open its properties
Go to the DATA tab where you can see the Option Value




"00KobeBrian" wrote:

Thanks. It works. How do you chang the option value and can I use character
as option value? Thanks.


"Dirk Goldgar" wrote in message
...
"00KobeBrian" wrote in message

How do you add a checkbox to an existing frame control in a form with
access 97? Thanks.


So as to create another option in the option group, you mean? With the
form open in design view, click the check box tool in the tool box, then
move your mouse over the option group. The background of the frame will
be highlighted -- just click in the highlighted frame and the check box
will be added to the group. Then you can tinker with its properties, if
you want.

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)





  #5  
Old August 24th, 2006, 09:23 PM posted to microsoft.public.access.forms,microsoft.public.access.formscoding
Dirk Goldgar
external usenet poster
 
Posts: 1,164
Default frame

"00KobeBrian" wrote in message

Thanks. It works. How do you chang the option value and can I use
character as option value? Thanks.


You can't set a character as the option value. Option groups always
have numeric values. For display in a report, you can use a function to
translate the numeric value to a letter or meaningful text if you want.

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)


  #6  
Old August 25th, 2006, 02:11 AM posted to microsoft.public.access.forms,microsoft.public.access.formscoding
00KobeBrian
external usenet poster
 
Posts: 77
Default frame

Thanks. How do you specify or set a checkbox is selected in a frame in the
CODE? Thanks.


"Dirk Goldgar" wrote in message
...
"00KobeBrian" wrote in message

Thanks. It works. How do you chang the option value and can I use
character as option value? Thanks.


You can't set a character as the option value. Option groups always
have numeric values. For display in a report, you can use a function to
translate the numeric value to a letter or meaningful text if you want.

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)




  #7  
Old August 25th, 2006, 04:08 AM posted to microsoft.public.access.forms,microsoft.public.access.formscoding
Dirk Goldgar
external usenet poster
 
Posts: 1,164
Default frame

"00KobeBrian" wrote in message

Thanks. How do you specify or set a checkbox is selected in a frame
in the CODE? Thanks.


You set the value of the option group frame to the Option Value of the
specific checkbox inside it. So if you have three check boxes in group
Frame1, with option values 1, 2, and 3, issuing the statement

Me!Frame1 = 2

will select the second check box. Note that it's the Option Value
properties that control this; if the check boxes had option values 1,
3, 2 (in that order), you'd select the second one with

Me!Frame1 = 3

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)


 




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


All times are GMT +1. The time now is 08:17 AM.


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