G
Guest
I'm trying to have a form with two fields for start date and end date
populate one row in a table. After looking on this site, I have this in the
After Update property on the start date field:
DoCmd.RunSQL "UPDATE [RunDates] Set[InputDateStart] =" &
Forms!F_MainMenu.StartDate
But I keep getting 0 records updated. Any suggestions?
populate one row in a table. After looking on this site, I have this in the
After Update property on the start date field:
DoCmd.RunSQL "UPDATE [RunDates] Set[InputDateStart] =" &
Forms!F_MainMenu.StartDate
But I keep getting 0 records updated. Any suggestions?