D
Dave Elliott
I have a main form named TimeCards
on it there is a sub-form named FTimeBillingSub which has a unbound text
box named Text21
that shows how many days since the Customer was Invoiced.
On the main form (TimeCards) there is also a unbound text box named Text335
which shows 2% of the amount Invoiced.
this is the formula for it. =[BidA]*0.02
I would like this text box Text335 to be visible only if Text21 on
sub-form FTimeBillingSub on the main form TimeCards
value is greater than 30.
Can this be done?
If so how?
Thanks,
Dave
on it there is a sub-form named FTimeBillingSub which has a unbound text
box named Text21
that shows how many days since the Customer was Invoiced.
On the main form (TimeCards) there is also a unbound text box named Text335
which shows 2% of the amount Invoiced.
this is the formula for it. =[BidA]*0.02
I would like this text box Text335 to be visible only if Text21 on
sub-form FTimeBillingSub on the main form TimeCards
value is greater than 30.
Can this be done?
If so how?
Thanks,
Dave