hide a text box in a continuous form

  • Follow


I have a form that i created that display each form as a row in a continous 
form. What I need is to have one text field on one row not visible when a 
check box is checked. Does anyone know how to do this? Thanks!
0
Reply Utf 9/1/2007 5:04:03 PM

Using Conditional Formatting, evalaute the state of the field bound to the 
CheckBox to set the Background color of the TextBox to match that of the 
Background color of the form. You might have to set the Disabled prop via CF 
as well.

There is sample code showing one wat to accomplish this here:
http://www.lebans.com/conditionalformatting.htm
A2K or Higher Only!

New Feb 08,2002. Added support for Datasheet view and SubForms.

A2KConditionalFormatting.zip is a sample MDB demonstrating how to 
programmatically setup Conditional Formatting to simulate:

1) Highlighting of the Current Row for a Form in Continuous or Datasheet 
View

2) Highlighting of Alternate Rows for a Form in Continuous or Datasheet View

Version 2.7

Added sample demonstrating how to achieve a background Hover/Highlighting of 
rows for a form in Continuous view.

Version 2.3

Added sample demonstrating how to achieve pseudo enable/disable of an 
unbound control on a form in Continuous View.

Version 1.9

Added sample form to show how to apply conditional formatting to based on a 
Boolean(Yes/No) field.
-- 

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.



"Fred" <Fred@discussions.microsoft.com> wrote in message 
news:1296412E-C6A9-425D-97D4-50DE65654755@microsoft.com...
>I have a form that i created that display each form as a row in a continous
> form. What I need is to have one text field on one row not visible when a
> check box is checked. Does anyone know how to do this? Thanks! 


0
Reply Stephen 9/1/2007 8:00:06 PM


1 Replies
809 Views

(page loaded in 0.025 seconds)

Similiar Articles:
















7/24/2012 8:20:41 AM


Reply: