G
Guest
InStr does not return position of $ symbol: InStr([Specifier],Chr(36)). How
else can I do this in an Access 2002 query?
else can I do this in an Access 2002 query?
InStr does not return position of $ symbol: InStr([Specifier],Chr(36)). How
else can I do this in an Access 2002 query?
Brendan Reynolds said:It will work, provided that the field 'Specifier' does actually contain the
'$' character, rather than being formatted to appear as though it does.
What is the data type of the 'Specifier' field?
--
Brendan Reynolds
Access MVP
Ron - CLH said:InStr does not return position of $ symbol: InStr([Specifier],Chr(36)).
How
else can I do this in an Access 2002 query?
OfficeDev18 via AccessMonster.com said:It should work. What does the rest of the SQL look like?
Sam
InStr does not return position of $ symbol: InStr([Specifier],Chr(36)). How
else can I do this in an Access 2002 query?
John Spencer said:Is Specifier a number field or a currency field? If so, $ is NOT stored in
the field, it is just a display format and may be added when displaying the
data.
Ron - CLH said:InStr does not return position of $ symbol: InStr([Specifier],Chr(36)).
How
else can I do this in an Access 2002 query?