Select query generating new field?

J

Jack Sheet

Hi all, this may or may not be possible.

I have a table that contains fields YEM and YED containing integers.
YEM contains a nunber in the range 1 through 12 inclusive, representing a
month.
YED contains a number in the range 1 through 31, representing a day within
YEM

I want to do a Select query which generates a date, such as
DateSerial(2006, YEM, YED)
and display this as a new field in the query, called MyDate
The field MyDate does not exist anywhere in any table.

Any help is of course most gratefully received.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top