Hi all,
In Access 2007, I tried to execute a query like this
Select field as a from tbl where a="123"
Access returned a popup box a asked me what is "a".
However, if I do something like,
Select field from tbl where field ="123"
and it works. Isn't this specific to Access? If so, how...