Report Text Box visible or not

  • Thread starter Thread starter dogbite via AccessMonster.com
  • Start date Start date
D

dogbite via AccessMonster.com

I have a text box on a report is there a way to make the border visible if it
has a value and not visible if it has no value?
I've looked threw a bunch of posts and this is as close as I can come. text
box name ped2

ped2. visible = false

when I try to enter code the only thing that shows in the auto code window is
(Value)

ped2.
(Value)
 
dogbite said:
I have a text box on a report is there a way to make the border visible if it
has a value and not visible if it has no value?
I've looked threw a bunch of posts and this is as close as I can come. text
box name ped2

ped2. visible = false

when I try to enter code the only thing that shows in the auto code window is
(Value)

ped2.
(Value)

Mostly what I want is the border to be visible if the box has a value and not
if it has no value.
 
dogbite said:
I have a text box on a report is there a way to make the border visible if it
has a value and not visible if it has no value?
I've looked threw a bunch of posts and this is as close as I can come. text
box name ped2

ped2. visible = false

when I try to enter code the only thing that shows in the auto code window is
(Value)

ped2.
(Value)
I think I have it working
Thanks
 
Back
Top