Text box not reappearing based on an if statement of a tickbox

Local time
Today, 00:33
Joined
Dec 10, 2009
Messages
35
Hi there,

Thanks ever so much for helping me out requery a form based on the adding of new entries and going back to my main form, its been a real help!!

I am having one slight problem though.

I have a tickbox, that when you check the tickbox, a file_location textbox appears, for the user to enter information, have a conditional macro that says something must be entered into this space when its visible.

But when I close that form, then go back to that same record, the tickbox is ticked now (from the previous question i have put), but the file_location textbox doesnt appear, until I uncheck the tickbox and then retick the textbox appears with the file_location entered into that box.

Is there any means of making it appear every time when the filed tickbox is checked, when I go back through records?

Hope this makes sense and thanks for any advice in advance,
Jeremy.
 
You can do a check in the oncurrent of the form to see if the checkbox is checked.. if it is, then show the textbox
 
You can do a check in the oncurrent of the form to see if the checkbox is checked.. if it is, then show the textbox

That worked, thought I was going mad!!

Thanks ever so much!
 

Users who are viewing this thread

Back
Top Bottom