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 could I fix this because I have some complex calculation like
Select tPOItems.Quantity, Sum(tDelivered.DQuantity) AS Delivered, tPOItems.Quantity-Delivered AS Remaining
and I would like to set the query do not display anything with Remaining is Zero.
Can someone please help me?
Thanks.
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 could I fix this because I have some complex calculation like
Select tPOItems.Quantity, Sum(tDelivered.DQuantity) AS Delivered, tPOItems.Quantity-Delivered AS Remaining
and I would like to set the query do not display anything with Remaining is Zero.
Can someone please help me?
Thanks.