Navigation form replacement suggestion

mhakim

Member
Local time
Today, 02:17
Joined
Jan 25, 2021
Messages
72
Dears
Good Day

are there any replacement for Navigation Forms

i need to collect all my forms in one place with out changing
for example Critreia & parameters in my Queries

from
[Forms]![AccountingReports]![datefrom]

to
[Forms]![MainForm]![NavigationSubform].[Form]!

i have many Queries so i need more flixeble option
 
You can create your own emulated navigation forms which are more flexible than the built in Accession version.
See the example app supplied with my article
 
By definition, a navigation form whether it is the built in one or one you create yourself, makes ALL forms into subforms and therefore you need to change your criteria to include the mainform. Here are several example switchboards that might solve your problem. The example with the security is completely custom and has the most flexibility, especially if you also use the security.


 

Users who are viewing this thread

Back
Top Bottom