Hello,
I have a Query the i need to update a table. Now my one table has the
following fields:
ID
Name
Date
Return
Now i need the date and
return to update from another table with these fields:
ID
Name
Month
Year (I know year is an important word in
access)
Return
I need to group the Month and year into one field from
this past table. I have been trying to use a query but i cant get them to group
to give the month end date. I am able to get it to group like this, for example.
May, 2004.
Is there a way to get the year, and month to group in this format
dd/mm/yyyy? It needs to be the last day of the every month. any ideas, thanks!