G
gebelo
Is there anything that I can do to control whether the QBE inserts
quotes or brackets around field names when I type expressions into the
QBE? For example, if I want to do an update query in a new field that
grabs the first character of OLDFIELD, left(oldfield,1) gets
interpreted as left("oldfield",1) instead of left([oldfield],1).
It seems to me that up until about Access 2003, the program was pretty
good at detecting field names and would put in the brackets
automatically - but in Access 2003, it seems to default to quotes, and
I have to remember to include the brackets, which is not easy after so
many years of not having to do so.
quotes or brackets around field names when I type expressions into the
QBE? For example, if I want to do an update query in a new field that
grabs the first character of OLDFIELD, left(oldfield,1) gets
interpreted as left("oldfield",1) instead of left([oldfield],1).
It seems to me that up until about Access 2003, the program was pretty
good at detecting field names and would put in the brackets
automatically - but in Access 2003, it seems to default to quotes, and
I have to remember to include the brackets, which is not easy after so
many years of not having to do so.