Peter,

You should be getting two additional error dialogs after this clicking the "no" button on this one:

2nd error: Failed to retrieve data from the database

3rd error: Will be a detailed OLE DB / ADO error that will reveal if the issue is rights versus case mismatch on database and table object names.

If a rights issue the description line in the middle of the error dialog will say something like this: "The select permission was denied on the object .... [table name, etc.]

If the table name being called doesn't actually exist, which would be the case if you called for QUOTE and the table was named Quote and the database was created as case-SENSITIVE. The description line in the middle of the error dialog will say: Invalid Object Name ... and show the name being called.

Bob