Referring to a specific subform/tab on a navigation control

afreymor

Registered User.
Local time
Tomorrow, 03:59
Joined
Sep 11, 2013
Messages
10
Hi!

I have been looking all over the internet for this but haven't been able to find a solution. I have created a main form (frm Index Page) with a navigation control linking to every other forms embedded in it. For one of those forms, the CustomerDetails form, I have also created a form linked to it which pop ups as a separate dialog and allow users to search for a specific customer, and returns that customer ID back to the CustomerDetails form.

Now before I put the CustomerDetails form into the Index Page, everything was working fine. When I made the navigation control thing though, I cannot return the searched result back to the CustomerDetails form. I have searched far and low for ways to refer to a specific tab on the navigation control but with no avail. I have tried using DoCmd.BrowseTo and DoCmd.OpenForm, but those attempts were not successful either.

I would be glad if anyone could help me out on this. Many thanks in advance!
 

Users who are viewing this thread

Back
Top Bottom