Im sure this is a simple syntax mistake on my part but I cannot figure it out, in my code below how would i get the value that is in the string to show up in the message box?
Thanks.
Thanks.
Code:
Dim currentSTRNum As String
currentSTRNum = CStr(Forms![STR Log]!txtSTRserialNumber)
msgbox ( & currentSTRNum & )