fboehlandt
Registered User.
- Local time
- Today, 08:45
- Joined
- Sep 5, 2008
- Messages
- 90
Hello everyone,
I am looking to create a query that adds a new field to the resulting table. The field should be 'Yes/No' and for every entry the default should be 'Yes'. The query looks something like this:
The Union statement isn't really relevant, just for completion's sake. Any help is greatly appreciated
Regards
Florian
I am looking to create a query that adds a new field to the resulting table. The field should be 'Yes/No' and for every entry the default should be 'Yes'. The query looks something like this:
Code:
Select .*, [here the new field]
From MyTable1
Union
Select .*, [here the new field]
Form MyTable2
The Union statement isn't really relevant, just for completion's sake. Any help is greatly appreciated
Regards
Florian