S
Syed Zeeshan Haider
Hello Experts,
I have Access 97 Pro on Win98SE.
In a simple database, which I developed with the help of Wizards and Help
files, I got following SQL line in Row Source Property field of a ComboBox.
SELECT DISTINCT Query.Credit FROM Books AS Query ORDER BY Query.Credit;
Now I have changed it into following for another database:
SELECT DISTINCT Query.[File No / Ref No] FROM [All Files] AS Query ORDER BY
Query.[File No / Ref No];
When run, it asks for Parameters. I am new to Access. Can somebody explain
its behaviour?
Thank you,
I have Access 97 Pro on Win98SE.
In a simple database, which I developed with the help of Wizards and Help
files, I got following SQL line in Row Source Property field of a ComboBox.
SELECT DISTINCT Query.Credit FROM Books AS Query ORDER BY Query.Credit;
Now I have changed it into following for another database:
SELECT DISTINCT Query.[File No / Ref No] FROM [All Files] AS Query ORDER BY
Query.[File No / Ref No];
When run, it asks for Parameters. I am new to Access. Can somebody explain
its behaviour?
Thank you,