How do I get this to work. I am using VBA in MS Access. I have a command button that when I click on it I want it to insert the date into a date filed I have on the form only if there is nothing in that field to begin with.
If Date_Created is null then Date_Created = Date End If