is [] needed?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

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

Clara

thank you so much for your help
 
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 <--
 
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 <--
 
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 <--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

default parameter value 2
Indicator 1
How can I find the definition 3
recordset open' option 5
4 / 0 is ok? 3
how to make a tabbed form 3
protect sheet problem 1
What is going on during a workbook opening? 1

Back
Top