just a quick one
using a WHERE clause in a VBA SQL module and I keep getting an "invalid use of bracketing" error
the code line is:
strWHERE = "WHERE [qryAddressUK.Postcode] =" & Postcode
I'm trying to allow the user to select the postcode from a form, can't figure whats missing.
Many thanks,
Mike.
Do or do not, there is no try. - Yoda
using a WHERE clause in a VBA SQL module and I keep getting an "invalid use of bracketing" error
the code line is:
strWHERE = "WHERE [qryAddressUK.Postcode] =" & Postcode
I'm trying to allow the user to select the postcode from a form, can't figure whats missing.
Many thanks,
Mike.
Do or do not, there is no try. - Yoda