My understanding of a variable that is set to variant means that it can accept both charaters and numeric.
Tried something this morning:
Dim test as variant
Dim caption as variant
test = 0
caption = " " + test + " " + me.Text1
Up comes the error type mis match the problem is with the Test variable being placed within the caption
Have tried changing te caption to a sting ect...
Anyone mind going back to basis or me
Tried something this morning:
Dim test as variant
Dim caption as variant
test = 0
caption = " " + test + " " + me.Text1
Up comes the error type mis match the problem is with the Test variable being placed within the caption
Have tried changing te caption to a sting ect...
Anyone mind going back to basis or me