How do u get a msgbox to show the results of an select statement, For instance below im a trying to show the results of a Select statement called StrSQ2, but this show the actual Select statement and no the result i was hoping.
MsgBox "The Cylinder Serial Number for the inputed barcode No is = '" & StrSQ2 & "'"
My SQL statement
StrSQ2 = "SELECT Cylinder Serial Number FROM [tbl_CylinderMasterclient] WHERE [Cylinder Barcode Label] = '" & Stringy & "'"
The Select statement is trying to look up the cylinder serial number were the cylinder barcode lable is equal to the value inputted into an input box