scrip error

goju

Registered User.
Local time
Today, 21:47
Joined
Apr 7, 2005
Messages
77
any idea whats wrong with the following expression

SELECT frmForm.NewID, frmForm.Forename, frmForm.Surename FROM frmForm WHERE (((frmForm.Archive)=No)) ORDER BY frmForm.Surename, frmForm.Surename;
 
WHy would you use frm as a prefix for a table? And why order by 'Surename' twice?
 
sorry my fault on frm, surname i have taken out once

newbie

anything else wrong
 
You have a table called frmForm? Do you really?


Also, replace No with False.
 

Users who are viewing this thread

Back
Top Bottom