Hi,

I'm trying to pass an argument from one window form to another ... but could not do it!!! Have try declaring the variable Public and Shared to no avail. Help!!!

What I am doing is to obtain an id from Form A --- (Click a button on Form A to open Form B) --- passing the argument to Form B so the Load event can look up data base on that id.

Thanks