winterglaive
New member
- Local time
- Today, 13:53
- Joined
- May 14, 2006
- Messages
- 5
I believe this has something to do with using VBCode...
I need to suppress the printing of certain controls that are based on a table when one of the controls is null.
My little access book gives me this much:
"Hint: Use the Detail section's Format event, and use assignment statements similar to Me![control name].Visible = True/False, where Me refers to the open form, and True/False means to select the appropriate property setting."
So basically that hint is probably spelling out what I need to do, but I'm lost!
I need to suppress the printing of certain controls that are based on a table when one of the controls is null.
My little access book gives me this much:
"Hint: Use the Detail section's Format event, and use assignment statements similar to Me![control name].Visible = True/False, where Me refers to the open form, and True/False means to select the appropriate property setting."
So basically that hint is probably spelling out what I need to do, but I'm lost!