Whenever I update a table I would like a record set that will fill in the current Date(). That's the easy part.
I want to take a given Date() = 2/3/2005 and add leading "0"'s well as split the Date into two fields.
So the date #2/3/2005# result would be:
02-03 2005
Any ideas?