GUIDO22
Registered User.
- Local time
- Today, 06:02
- Joined
- Nov 2, 2003
- Messages
- 515
I am constructing an SQL string in code and am using the following to detect where a String contract reference is NULL / not stated - in which case I use empty string parentheses ..
Nz(txtContract, " '' ")
..
However, when the string is constructed the parentheses are being removed and I am getting an error when I try to run the SQL... what have I missed here..?
Thanks in advance
Nz(txtContract, " '' ")
..
However, when the string is constructed the parentheses are being removed and I am getting an error when I try to run the SQL... what have I missed here..?
Thanks in advance