Select query generating new field?

  • Thread starter Thread starter Jack Sheet
  • Start date Start date
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.
 
Back
Top