Hello,
Why am I getting a type mismatch error for this line
the variable myControlInfo is defined as follows
a variant means it can be a string doesn't it?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
Why am I getting a type mismatch error for this line
Code:
If myControlInfo <> "" Then
the variable myControlInfo is defined as follows
Code:
Function SaveToAudit(ByVal frm As Form, ByVal lContactID As Long, ByVal sTable As String, [b]ByVal myControlInfo As Variant[/b])
a variant means it can be a string doesn't it?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.