G
Guest
Hello,
I am doing a database for work, and I am trying to print a report that
is a truck log. I have everything working on the daily truck log except one
things. What I can't get it to do is display the dropped message when a
trailer if dropped. With in the database, I have a check box for dropped,
then I set up a visual basic script that said:
If [Drop].value=true then
[LblDrop].visible=true
Else
[LblDrop].visible=false
End if
When I try to view the form, I get an error on the first line of the code
saying "you've entered an expresion that has no value". Can anyone help me
solve this problem.
THanks,
Mike
I am doing a database for work, and I am trying to print a report that
is a truck log. I have everything working on the daily truck log except one
things. What I can't get it to do is display the dropped message when a
trailer if dropped. With in the database, I have a check box for dropped,
then I set up a visual basic script that said:
If [Drop].value=true then
[LblDrop].visible=true
Else
[LblDrop].visible=false
End if
When I try to view the form, I get an error on the first line of the code
saying "you've entered an expresion that has no value". Can anyone help me
solve this problem.
THanks,
Mike