I have a main form and several other forms
How can Type the name of the other forms, the main form, and pressing the button "Open" to open other forms
Tanks.
(Something like the image below)
my access file
I have a main form and several other forms
How can Type the name of the other forms, the main form, and pressing the button "Open" to open other forms
Tanks.
(Something like the image below)
my access file
As posted elsewhere:
How can you expect users to know the form names? Don't think I'd do it, but:
DoCmd.OpenForm Me.TextboxName
Also:
cross posters
Use a combobox or listbox that offers users list of form names to choose. Or a button for each form.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.