473,466 Members | 1,460 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How do I let a CheckBox make a TextBox Visible

1 New Member
i would like to let my check box to make textbox visible in form ~ i have try the code :

Me.textbox.visible = Me.checkbox

if function before i close MS access~ but after i reopen the database~ that function disappear !!!! help help
Aug 5 '11 #1
1 1909
NeoPa
32,556 Recognized Expert Moderator MVP
The status change is a transient setting and does not effect the design of the control on the form.

This same code needs to be run within the Form_Open() event procedure (but only if the CheckBox control is bound) as well as in the CheckBox_AfterUpdate() event procedure.
Aug 5 '11 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: bala | last post by:
hi there the senario - an A2k application is distributed as a mdb to various users. they are not packaged. rich textbox is being used in one form. requirement - in some of the user's machine...
3
by: keithb | last post by:
My code dynamically adds template fields to a GridView control. Everything seems to work OK, except when updating, because I haven't found a way to reference the dynamically added textboxes....
0
by: Dan | last post by:
Issue making textbox visible based on specific input from a radio button list in an EditItemTemplate I want to setup a gridview that when in edit mode and when the user selects "Other" from a...
5
by: Sideburns | last post by:
I am trying to use a checkbox to make a textbox visible when checkbox=yes and invisible when the checkbox=no. I am not sure if this is the best way to go about this. It has been a while since I have...
5
Tarantulus
by: Tarantulus | last post by:
Hi, ok, quick description of the problem, I'm trying to reference the postdata from some checkboxes. Unfortunately the checkboxes are dynamically generated therefore I don't know how many there...
1
by: =?Utf-8?B?R2lkaQ==?= | last post by:
Hi, I've a webPage, which has a checkbox. i want that when the checkbox is checked, a textbox will be created and showen under the checkbox. How can i do it? Thanks, Gidi.
1
by: ashima515 | last post by:
Hi.. I have made a table in html whose first column contains checkboxes...On click of a checkbox i want a textbox to appear in that corresponding row....I have made a textbox but initially it's...
1
by: anupalavila | last post by:
Hi me with C#.net , I have 2 textboxes and a string s="Hai to all in bytes forum" I am assigning this string s to textbox1.test. How can I do such a way that if textbox1.text visible portion...
1
by: Prabhash1213 | last post by:
Dear All, I want to some textboxes visible true and visible false in Java script. Please give solution for it. Thank you.
2
by: tshepil | last post by:
I have a griedview that dispalys data from a database. I use a checkbox to select the data then something is done with that data when a button is clicked. I wnat the textbox of the selected row to...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.