[thelist] losing my mind

Bob Fowler evolt at rjf.ca
Fri May 24 11:02:01 CDT 2002


> I must be overlooking something, but here's my problem. I'm trying do
this:
>
> SELECT user FROM tblUser

Rob,

As the previous posters have said, User is a reserved word.  So, in that
case, just put brackets around it:

   SELECT [user] FROM tblUser

Bob.





More information about the thelist mailing list