StrSQ3 = Dlookup("[R Status]", "tbl_TransactionMasterclient", "[Cylinder Barcode Label]='" & Stringy & "' AND [Time of Transaction]=#" _
& DMax("[Time of Transaction]", "tbl_TransactionMasterclient", "[Cylinder Barcode Label] = '" & Stringy & "'") & "#")
I wanted to test if the above wrks, how would i display the result in the message box when i have declared StrSQ3 as a variant
& DMax("[Time of Transaction]", "tbl_TransactionMasterclient", "[Cylinder Barcode Label] = '" & Stringy & "'") & "#")
I wanted to test if the above wrks, how would i display the result in the message box when i have declared StrSQ3 as a variant