problem with parameter query

D

Dogface

I'm having problems with a parameter query I created. The user specifies a
"ProductID", which then displays not only the "ProductID" but also
"OrderID", "CustomerID", "CompanyName", "ProductDescription", and
"Quantity".

I test this by just running the query, which then prompts me to enter a
valid "Product ID Number", if I enter an invalid number it doesn't bring up
the validation text. It just brings up a screen with no data (since its an
invalid ProductID). If you put in a valid ID, then the appropriate data
comes up.


I have the following field properties set for "ProductID"

Field Size: 3
Input Mask: 999
Validation Rule: Like "###"
Validation Text: You must enter a three digit Product ID.
Required: No
Allow Zero Length: No
Indexed: Yes (No Duplicates)

Any ideas why? Is there something wrong with the validation rule?

I'm completely stumped.

Thanks
 

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


Top