47redlands
Programmer
I have a textbox on a form with an expression:
The expression is =DLookUp("[RestrictedView]","Seats","[SeatNumber]=[cboAvailableSeats]")
it returns the value 0 and 1 because feild RestrictedView in table Seats is Data Type Yes/No
How do I get it display Yes and No in the textbox of the form in Form View?
Thank you
The expression is =DLookUp("[RestrictedView]","Seats","[SeatNumber]=[cboAvailableSeats]")
it returns the value 0 and 1 because feild RestrictedView in table Seats is Data Type Yes/No
How do I get it display Yes and No in the textbox of the form in Form View?
Thank you