T thydzik Registered User. Local time Tomorrow, 04:42 Joined Jun 17, 2006 Messages 27 Jul 25, 2006 #1 How would I set something like this up. I have a text box named qtyText with the value [qty] how to I make this text box become bold everytime the qty value is greater than 7?
How would I set something like this up. I have a text box named qtyText with the value [qty] how to I make this text box become bold everytime the qty value is greater than 7?
pbaldy Wino Moderator Staff member Local time Today, 13:42 Joined Aug 30, 2003 Messages 36,272 Jul 25, 2006 #2 Presuming you have A2k or later, Conditional Formatting.
T thydzik Registered User. Local time Tomorrow, 04:42 Joined Jun 17, 2006 Messages 27 Jul 25, 2006 #3 pbaldy said: Presuming you have A2k or later, Conditional Formatting. Click to expand... Okay, so i construct the Control Source using the iff command? but how exactly do i set that up? I have tried something like PHP: =IIf([qty]>7,qtyText.FontBold=Yes,[qty]) but it doesn't bold the value, and also how do I seperate multiple statements?
pbaldy said: Presuming you have A2k or later, Conditional Formatting. Click to expand... Okay, so i construct the Control Source using the iff command? but how exactly do i set that up? I have tried something like PHP: =IIf([qty]>7,qtyText.FontBold=Yes,[qty]) but it doesn't bold the value, and also how do I seperate multiple statements?
T thydzik Registered User. Local time Tomorrow, 04:42 Joined Jun 17, 2006 Messages 27 Jul 25, 2006 #4 Okay, I did a google search and now understand conditional formating. But what if i want to change the font size? how would I do that? EDIT: okay I solved this one myself (again) with an on event in the detail section a macro was created that changed exactly what i was after Last edited: Jul 25, 2006
Okay, I did a google search and now understand conditional formating. But what if i want to change the font size? how would I do that? EDIT: okay I solved this one myself (again) with an on event in the detail section a macro was created that changed exactly what i was after