Dugantrain
Active Member
- Joined
- Feb 10, 2003
- Messages
- 354
Hi, I'm trying to do something which seems really easy, but I'm just not getting it. I have Excel pulling from an external data source (ProTrack, for what it's worth) and I need to add a field which is not in the data source called "Status". This field will simply have the word "Open" in every single field. In the Access SQL that I'm used to, this is simple:
But that doesn't work for MS Query. In fact, I've tried every possible combination of single quotes, double quotes, and parentheses, and it still won't alias this stupid field!
Code:
'Open' AS STATUS