Ok after searchin for my 3rd day on here I still couldn't find a complete answer so I started to figure it out on my own. Ya I found articles on it but never got a complete answer. Threads seem to go off on a tangent so if anyone reads this, this is how ya do it. Global variable...as alot of peeps say on here 'not good practice' but here goes....
Create a new class from the 'Project menu'... 'Add class' and call it w/e ya want like 'clsglobal' and declare your variable in there....for me it was...
VB Code:
Public Share carriername As String
then call it from where ever by....
from anywhere in the project.
All the power to ya peeps....
TheKidd