Hi,
I'm trying to create a custom dialog form from an already existing form. I thought something like this would work:
Dim InputClass As Form
Set InputClass = New Form_ClassSelect
InputClass.Visible = True
The form shows up nicely, but my code continues running without waiting for the form...
Hi all,
I'm working with a main form having up to two nested subforms. I'd like the result of a subform filter to be reflected in the records shown in the main form. What happens now is that the subform is filtered but nothing happens to the main form data despite the link between the forms...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.