P
pokdbz
I have a form that I filter on using:
Me.Filter = "[SSN] = '" & SSN & "'"
Me.FilterOn = True
Me.Refresh
then I want to change some of the information and then I click my save
button. It saves the information but it also puts in another record of the
same SSN but with all blank records. How can I eliminate this extra record?
Me.Filter = "[SSN] = '" & SSN & "'"
Me.FilterOn = True
Me.Refresh
then I want to change some of the information and then I click my save
button. It saves the information but it also puts in another record of the
same SSN but with all blank records. How can I eliminate this extra record?