I just want to get a Date back when I run the following
But instead I get 12:00:43 AM
I am sure this is simple, Help!
Code:
DoCmd.RunSQL "INSERT INTO [tblSurveillance] ([fk_SiteID], [Surv_Audit]) VALUES (" & Forms!frmMain_toplg!SubForm1!SiteID.Value & "," & #1/1/2000# & ");"
But instead I get 12:00:43 AM
I am sure this is simple, Help!