is [] needed?

C

clara

Hi all,

Is [] needed in definition of parameter query.when is it supposed to used?

Clara

thank you so much for your help
 
S

Stefan Hoffmann

hi Clara,
Is [] needed in definition of parameter query.when is it supposed to used?
You need the square brackets when your field names include special
characters like space or hyphen.


mfG
--> stefan <--
 
C

clara

Hi Stefan,

What does field really mean ? I know it might refer to field in a table, a
control on a form, and a parameter in a query. what else?

Clara
thank you so much for your help


Stefan Hoffmann said:
hi Clara,
Is [] needed in definition of parameter query.when is it supposed to used?
You need the square brackets when your field names include special
characters like space or hyphen.


mfG
--> stefan <--
 
S

Stefan Hoffmann

hi Clara,
What does field really mean ? I know it might refer to field in a table, a
control on a form, and a parameter in a query. what else?
You're right. You need them for any identifier containing special
characters.


mfG
--> stefan <--
 
Top