C
Christine
I have a form with five tabs/pages.
A main switchboard form(which I'll call Form A) has 4
buttons that call the same form (Form B). However,
depending on the button that is selected, I want Form B to
display only certain tabs/pages, each of which gets and
displays data from the same table. For example:
In Form A,
if you press... Form B displays....
Button 1 Tab/Page 1
Button 2 Tab/Page 1 and 2
Button 3 Tab/Page 1, 2 and 3
Button 4 Tab/Page 1, 2, 3 and 4
I can't figure out how or where to write the code to do
this. Any help will be greatly appreciated!
Christine
A main switchboard form(which I'll call Form A) has 4
buttons that call the same form (Form B). However,
depending on the button that is selected, I want Form B to
display only certain tabs/pages, each of which gets and
displays data from the same table. For example:
In Form A,
if you press... Form B displays....
Button 1 Tab/Page 1
Button 2 Tab/Page 1 and 2
Button 3 Tab/Page 1, 2 and 3
Button 4 Tab/Page 1, 2, 3 and 4
I can't figure out how or where to write the code to do
this. Any help will be greatly appreciated!
Christine