Hi, Nice day.
I have a question about the Date.
how can i display the month and year only from the date saved in the access database?
Printable View
Hi, Nice day.
I have a question about the Date.
how can i display the month and year only from the date saved in the access database?
use the format$ function
Mydate=format$(Mydate,"mm/yyyy")
There are plenty of different formats you can use have a look in the help files