showing data retrieved in a msgbox
I need to show data that has been retrieved in a msgbox:
here is my code:
Try
tempCardNum = ds.Tables("cardInfo").Rows(0).Item("cardNum")
MsgBox("Card Found, The Details: " & cardNum & ", MsgBoxStyle.Critical")
Catch ex1 As Exception
MsgBox("Card Not Found - Any Problems Please Contact Your System Administrator")
End Try
where & cardNum & is, i need to show card number, but i also need to show date scanned...
not sure how to go about this...
thanks in advance :thumb:
Re: Got it to work - Thanks
Quote:
Originally posted by escapegirl
thank god and you guys/gals
No need to thank me twice. :afrog: