Update query should update the date field in a table but does not, I try printing off with debug.print and no results
Code:
DoCmd.RunSQL "UPDATE IndividualSettingsTbl SET IndividualSettingsTbl.Date = #" & stDate & "# " & _ "Where IndividualSettingsTbl.UserName = 'ZMoor';"
Comment