L
lreecher
Data is pulled by random month. In the resulting table there are 2 fields of
information I want to work with. (see below) The Month field is created by
formatting the DateSold date. What I need to do is the populate the Month
field where it is null with the same mmm yyyy as wheen the DateSold field has
a date. This one really has me stumped. Thanks for any help provided.
DateSold Month
5/1/2007 May 2007
5/23/2007 May 2007
Is null Is null
5/16/2007 May 2007
Is null Is null
Results
DateSold Month
5/1/2007 May 2007
5/23/2007 May 2007
Is null May 2007
5/16/2007 May 2007
Is null May 2007
information I want to work with. (see below) The Month field is created by
formatting the DateSold date. What I need to do is the populate the Month
field where it is null with the same mmm yyyy as wheen the DateSold field has
a date. This one really has me stumped. Thanks for any help provided.
DateSold Month
5/1/2007 May 2007
5/23/2007 May 2007
Is null Is null
5/16/2007 May 2007
Is null Is null
Results
DateSold Month
5/1/2007 May 2007
5/23/2007 May 2007
Is null May 2007
5/16/2007 May 2007
Is null May 2007