G
Guest
I have a button that I want to be visible if a text box holds a value of less
than -1.
In the form's current event I have the following code but I keep getting an
error of "data mismatch"
Me.BadButton.Visible=Me.Balance<-1
The Balance field is a calculated field that shows the net transaction
amount and is formatted as currency. If a loss of over $1.00 is found, an
explanation must be entered on the form that will be opened by this button.
Any suggestions on how to fix this?
than -1.
In the form's current event I have the following code but I keep getting an
error of "data mismatch"
Me.BadButton.Visible=Me.Balance<-1
The Balance field is a calculated field that shows the net transaction
amount and is formatted as currency. If a loss of over $1.00 is found, an
explanation must be entered on the form that will be opened by this button.
Any suggestions on how to fix this?