This sql statement works in ASP w/MSAccess
- select distinct * from [codeview]
but these aren't
- select distinct section from [codeview]
- select distinct [codeview].section from [codeview]
All three queries work when I run them in MSAccess. What do I have to change to get it to work?
- select distinct * from [codeview]
but these aren't
- select distinct section from [codeview]
- select distinct [codeview].section from [codeview]
All three queries work when I run them in MSAccess. What do I have to change to get it to work?