Hey,
Thanks for trying to help by the way,
I used the code with the error check and there are no debugging issues. When I click on that text box, however, an error comes up as follows:
17 Type mismatch
Also what is the H in:
strNme = rs!H
Changing this to Employee_Name still causes the same error to come up.
EDIT: I just noticed that the variables are set as Strings, the Employee name field is set to Text and all entries are numeric. I don't think this would affect the String, but I'm just stating it just in case.
Thanks for trying to help by the way,
I used the code with the error check and there are no debugging issues. When I click on that text box, however, an error comes up as follows:
17 Type mismatch
Also what is the H in:
strNme = rs!H
Changing this to Employee_Name still causes the same error to come up.
EDIT: I just noticed that the variables are set as Strings, the Employee name field is set to Text and all entries are numeric. I don't think this would affect the String, but I'm just stating it just in case.
Comment