Re: Survey Design
- From: "Al Campagna" <newsgroups@xxxxxxxxxxx>
- Date: Thu, 14 Feb 2008 11:46:26 -0500
If you had 10 questions, you could create an individual form for the
first 5 (ex. frmQ1ToQ5)... and another individual form frmQ6ToQ10 for the
remainder.
Given a button named cmdQ6ToQ10 with a caption of NEXT... use the Click
event to...
Private Sub cmdQ6ToQ10_Click()
DoCmd.OpenForm "frmQ6ToQ10"
DoCmd.OpenForm "frmQ1ToQ5"
End Sub
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html
"Find a job that you love... and you'll never work a day in your life."
<weircolin@xxxxxxxxxxxxxx> wrote in message
news:49380ab5-525e-4bbf-910a-76db52d2b934@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi There
I am creating a survey in access for children with disabilities.
Not all the questions will fit on the one form, is there a way that I
can have a "next" button to open the next set of questions and close
the current ones being displayed?
Thinking that button would just have two functions, open the next form
and close the current, and would that be seemless?
Cheers
.
- References:
- Survey Design
- From: weircolin@xxxxxxxxxxxxxx
- Survey Design
- Prev by Date: Re: Me.ControlName = Something
- Next by Date: Re: Check for Existing Else go to New
- Previous by thread: Survey Design
- Next by thread: Re: Survey Design
- Index(es):
Loading