N
nydia
i think i'm on the right track. i have several tables and
they are all related by clientID, the main table's
clientid is autonumber and is the primary key and the
other tables clientid is number (long inte). i created a
main form (which goes with the main table) and then
created subforms for all the other tables. i put page
breaks after each table and then used the option group.
here are the following codes
const pageMain=1
const pageQuestionaire=2
const pageFollowup=3
___________________________________________
private sub form_current()
optpages=1
optpages_afterupdate
_____________________________________________
private sub optpages_afterupdate()
me.gotopage optpages
this seems to be working but if you open the main form
maximized all the forms open show maximized, how can i do
it so that all the forms open the same size, but the
questionaire form to open maximized (it has 25 questions,
so i want it to open, so that it all shows on a page)
any help is greatly appreciated
they are all related by clientID, the main table's
clientid is autonumber and is the primary key and the
other tables clientid is number (long inte). i created a
main form (which goes with the main table) and then
created subforms for all the other tables. i put page
breaks after each table and then used the option group.
here are the following codes
const pageMain=1
const pageQuestionaire=2
const pageFollowup=3
___________________________________________
private sub form_current()
optpages=1
optpages_afterupdate
_____________________________________________
private sub optpages_afterupdate()
me.gotopage optpages
this seems to be working but if you open the main form
maximized all the forms open show maximized, how can i do
it so that all the forms open the same size, but the
questionaire form to open maximized (it has 25 questions,
so i want it to open, so that it all shows on a page)
any help is greatly appreciated