I am having an issue with an Access Database that worked at one time and after a Windows Update that screwed up the profile it stopped working. The following is what VB is stating causes the error. Any help would be greatly appreciated.
Code:
DoCmd.FindRecord c, acEntire, True, acSearchAll, True, acCurrent, True
This is part of another group:
Code:
Private Sub name_Change()
Dim c As String
c = Me!name
...