I have a form with two subforms. The main form contains customer information. The first subform contains all the company information related to the customer. The second subform just lists the company names and is used as a navigation form of sorts for the first subform. Clicking on a record in the navigation subform changes the record being viewed on the first subform. As part of the recordset of the navigation subform, I have a UNION query to add the "New Record" option so that I can just click on the "New" record to add a new company. My problem is that when I first create a customer record, my "New Record" option isn't shown. I have to close out of the main form, reopen it and then navigate to the customer's record before I have the "New Record" option available.
I have tried all sorts of refresh/requery of the navigation subform both at the subform control level and inside the form (Me.Subform.Requ ery and Me.Subform.Form .Requery) and it doesn't make a difference.
Any ideas?
I have tried all sorts of refresh/requery of the navigation subform both at the subform control level and inside the form (Me.Subform.Requ ery and Me.Subform.Form .Requery) and it doesn't make a difference.
Any ideas?
Comment