I have 2 synchronized form. I would like to be able set how they display on the screen (Postioning and size). By Saving a form in a particular view I can lock its position, but eventually it gets maximized or moved and then will obscure the other form. I have tried to make these 2 forms subforms...
I'm am trying to open the filedialog box, I copied the code straight from the help file, but I get an error saying Filedialog is a user-defined function which is not defined.I am using Access 2002 and any help or explanation why this won't work would be greatly appreciated.
Dim dlgSaveAs As...
I use this code to filter forms
If Chassis = "CV" Then
Me.Filter = "[Process Family] Like 'CV*'"
Else
Me.Filter = "[Process Family] Like 'A3*'"
End If
Me.FilterOn = True
But I can't get it to work on a SubReport.
Should it be the Filter property be set in the Main...
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.