working with forms names

basilyos

Registered User.
Local time
Today, 12:28
Joined
Jan 13, 2014
Messages
256
hello guys

i have an idea i hope there is a solution for

i have 10 forms named

FormA - FormB ------ FormJ

i want to choose the formA and from a combo i want to choose a day so when this day come the chosen form will open automaticlly in the specified date when i open the database

for example i choose FormA and for the date i choose 9 or monday

so every 9 of any month the form will open or every monday

any solution???
 
Last edited:
Why do you want that?
 
well actually from these forms i should print many reports so in reality i have more than 50 form and more than 100 report to make sure all the reports is printed a the specified date i want to make this

N.B: i could write this in VBA but unfortunately the date of reports may change so the client cannot change the vba

all he can do is open a form and choose the form name and the date

is there any solution??
or it's impossible
 
PMFJI,

I would make this data driven by having a table that holds the form name and date to be opened. Then in the startup form of the database, open any form with the current days date. How you populate that table is up to you.

One solution anyway.

HTH
 

Users who are viewing this thread

Back
Top Bottom