Loading lesson path
Concept visual
Start at both ends
SELECT CustomerName, Date() AS CurrentDate
FROM Customers;
The Date() function returns the current system date.
None.
❮ MS Access Functions
Previous
MS Access Val() Function
Next
MS Access DateAdd() Function