G
Guest
How can i add records to table in VBA?
How can i use the following method in INSERT INTO?
INSERT INTO ..... VALUES('01.01' & Year(Date))
I want to add a static(Day & Month) & dynamic(Year) value at the same time.
But how?