I have populated my access table with all the information, and now I am trying to find a record in relationship to a string however everytime I try to find I get an error:
I have tried to move to the first record but still get the same error. The type in the table for this field is of text.Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
DefaultId = "MS-10003"
It is located in the table, but I am not sure why I am getting the error, any ideas?
VB Code:
adoRs.MoveFirst adoRs.Find "STATION ID='" & DefaultId & "'", , , 1




Reply With Quote