Hi,
I am creating a front end in vb.net 2005 to open a CR. I need the selection formula to read something like this:
This throws an error that reads:
I've tried every sort of combination I can think of and I think the problem is in the formatting of the value after the "=", but I can't seem to hit on the right combination. In the DB(MS Access), this value is stored as a number(0 or 5) and the field is defined to be a number.
Any ideas?
ribbons
I am creating a front end in vb.net 2005 to open a CR. I need the selection formula to read something like this:
Code:
Dim selectionFormula As String = "{GermReadings.TZAmountPaid}= '0'"
This throws an error that reads:
Code:
A number is required here
I've tried every sort of combination I can think of and I think the problem is in the formatting of the value after the "=", but I can't seem to hit on the right combination. In the DB(MS Access), this value is stored as a number(0 or 5) and the field is defined to be a number.
Any ideas?
ribbons