Simon has attended:
Excel VBA Intro Intermediate course
Excel VBA Intro Intermediate course
Access
If you have a parameter in a query but do not wish to enter a value, what should you do? Should you leave the box blank and click OK or just hit enter?
RE: Access
Hi Simon
When using parameter queries you always need to enter a value otherwise you get blank lists or errors.
To onercome this you should create your parameter using the wildcard. For example:
=[Please enter a Code] & "*"
This will allow you to leave the box blank and have the system return all values.
It also allows you to make a partial entry and have the computer return all values beginning with that
Hope this helps
Carlos