TennesseeFox
Programmer
Im positive this question has been asked before, but I cant find it in a search.
I have a database that has a Main Form. On the Main Form there is a button to open a Child Form for additional information. The Record Number is the main identifier. I need to pass the Record Number on the Main Form to the Child Form so the additional information is linked to the main Record Number. In Access it was as easy as putting
=[form][form1][recordnumber] in the text box. How do I do it in VB.net
Also, does anyone know of a good reference that has these ultra common questions answered. MS knowledge base doesnt help and most books ive scanned thru dont have the basics like the code to open a new form or close one...
Thanks for your help
Tennessee
I have a database that has a Main Form. On the Main Form there is a button to open a Child Form for additional information. The Record Number is the main identifier. I need to pass the Record Number on the Main Form to the Child Form so the additional information is linked to the main Record Number. In Access it was as easy as putting
=[form][form1][recordnumber] in the text box. How do I do it in VB.net
Also, does anyone know of a good reference that has these ultra common questions answered. MS knowledge base doesnt help and most books ive scanned thru dont have the basics like the code to open a new form or close one...
Thanks for your help
Tennessee