I am trying to build a inquiry function to my database where a user can post a question and other users can post replys...much like the thread concept of AccessForums.Net. I have a main form that contains the initial question and a subform that contains the replies. I would like to present a popup to the user to enter a reply. I have figured out how to do that but I need the popup form to get the value of the InquiryID from the main form and this I am having trouble with. Attached is a sample database that shows what I am trying to do.
When the POST REPLY button is selected, frmReplyEntry opens...somehow I need the Inquiry ID from frmInquiry2 to populate the InquiryID on the frmReplyEntry.
Thanks for any assistance.