Modifying a copy of an already working mdb to use only two of the forms. In the working copy, first form in view has list boxes and combo boxes to select information for viewing. A command button is then pressed to display another form showing the querried information. When viewing is done, a command button is pressed to close the viewing form and display the selection form.
The mdb was modified so the public can only use the controls on the two forms by setting properties of both forms
- popup - yes
- modal - yes
- boarder style - none.
The above property settings keeps the viewing form hidden behind the selection form.
So, how to display the hidden viewing form?