G
Guest
I have the following code...the first record is added in the table but not
the second..
What is wrong?
With rsNewData
.AddNew
![Comparison] = "User"
![ReturnVal] = strResponse
![Description] = "No"
.Update
.AddNew
![Comparison] = "PermPath"
End With
Thanks
the second..
What is wrong?
With rsNewData
.AddNew
![Comparison] = "User"
![ReturnVal] = strResponse
![Description] = "No"
.Update
.AddNew
![Comparison] = "PermPath"
End With
Thanks