View Full Version : Parameters


HiArt
03-17-2001, 05:32 AM
I am populating a form using SELECT SQL against a table with a couple of lookup fields. When I apply a filter or a sort to the SQL and open the form I am asked to spply parameters for the lookup fields. Under what circumstances are parameters required, or, to put it another way, what am I doing wrong?

Thanka for the help

HiArt

llkhoutx
03-19-2001, 12:31 PM
Your Select SQL is structured incorrectly. You evidently have criteria in your SQL that is being interpreted as prompts. Prompts, as well as fields, are enclosed by square brackets.

Try figuring out what's wrong with your Select SQL by using the QBE frame.