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  

checkbox tag property



 
 
Thread Tools Display Modes
  #1  
Old January 16th, 2010, 05:35 PM posted to microsoft.public.access.forms
stan
external usenet poster
 
Posts: 198
Default checkbox tag property

I have a group of textboxes -36 in all. How can I change the tag property
so when checked, each box returns its number. 1 for chk1, 4 for chk4, etc.

I can't seem to make this work in the tag property--where I assume it's done.
--
stan
  #2  
Old January 16th, 2010, 07:05 PM posted to microsoft.public.access.forms
Arvin Meyer [MVP][_2_]
external usenet poster
 
Posts: 2,310
Default checkbox tag property


If Me.chk1 = True Then
Debug.Print Me.chk1.Tag
End If

You can put the above in a loop to check them all.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


"stan" wrote in message
...
I have a group of textboxes -36 in all. How can I change the tag property
so when checked, each box returns its number. 1 for chk1, 4 for chk4,
etc.

I can't seem to make this work in the tag property--where I assume it's
done.
--
stan



 




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 12:04 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.