D
Dennis
Hi,
I and running Access via XP Office Pro w/ sp3 on XP Pro w / sp3.
I am trying to get conditional formatting to work, but I am doing something
dumb. I’ve read through a couple of book and the articles on this forum, but
I can not get it to work.
I have a form with the following option fields on the form:
Vendor Address:
Vendor City:
Vendor State:
Vendor Zip:
If Vendor Address is null or I do not enter something for Vendor Address, I
want the remaining fields to be disabled (grayed out).
In the Conditional Formatting under the Format menu, I have the following:
Condition 1 Expression is: [txtVenAddr]=â€â€ Gray out current field.
Condition 2 Expression is: IsNull([txtVenAddr]) Gray out current field.
I also tried:
Condition 1 Expression is: [me.txtVenAddr]=â€â€ Gray out current
field.
Condition 2 Expression is: IsNull([me.txtVenAddr]) Gray out current
field.
I also tried:
Condition 1 Expression is: me.txtVenAddr=â€â€ Gray out current field.
Condition 2 Expression is: IsNull(me.txtVenAddr) Gray out current field.
I also tried setting a public variable (Dim pboolDisableVen as Boolean) at
the top of the program. I then set this variable to True if I want to
disable the vendor information and false if I want the questions asked.
This conditional format is:
Condition 1 Expression is: pboolDisableVen = True Gray out current field.
What I’m doing wrong?
Dennis
I and running Access via XP Office Pro w/ sp3 on XP Pro w / sp3.
I am trying to get conditional formatting to work, but I am doing something
dumb. I’ve read through a couple of book and the articles on this forum, but
I can not get it to work.
I have a form with the following option fields on the form:
Vendor Address:
Vendor City:
Vendor State:
Vendor Zip:
If Vendor Address is null or I do not enter something for Vendor Address, I
want the remaining fields to be disabled (grayed out).
In the Conditional Formatting under the Format menu, I have the following:
Condition 1 Expression is: [txtVenAddr]=â€â€ Gray out current field.
Condition 2 Expression is: IsNull([txtVenAddr]) Gray out current field.
I also tried:
Condition 1 Expression is: [me.txtVenAddr]=â€â€ Gray out current
field.
Condition 2 Expression is: IsNull([me.txtVenAddr]) Gray out current
field.
I also tried:
Condition 1 Expression is: me.txtVenAddr=â€â€ Gray out current field.
Condition 2 Expression is: IsNull(me.txtVenAddr) Gray out current field.
I also tried setting a public variable (Dim pboolDisableVen as Boolean) at
the top of the program. I then set this variable to True if I want to
disable the vendor information and false if I want the questions asked.
This conditional format is:
Condition 1 Expression is: pboolDisableVen = True Gray out current field.
What I’m doing wrong?
Dennis