I'm relatively new to Access, but am a long-time programmer. I'm confused on variable scoping. I have "form1" that has a button which initiates a pop-up "form2". The data contained in "form2" is a child of "form1". I am using a pop-up scenario since I already am displaying another child on "form1". My question is: How do I reference the data from "form1" prior to posting a record to the "form2" table while on "form2"? I thought the recordset would be "current" from "form1" while on "form2"; or, I'm just losing my mind?