A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

At Your Survey design question



 
 
Thread Tools Display Modes
  #1  
Old December 21st, 2005, 12:13 AM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default At Your Survey design question

Per suggestions on this forum, I've downloaded the At Your Survey database to
help us gather and report on survey data.

Not knowing much about programming..
I'm wondering how to modify frmSurveyResponses. How can I create another
button that will go to the next response record AND default the survey used
in the previous record?

I appologize if the solution is ridiculously simple!
TIA, ty
  #2  
Old December 21st, 2005, 01:41 AM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default At Your Survey design question

You can use the Survey Navigation buttons at the bottom left of the form. If
you have more than one survey defined, you can find a record with the survey
you want and then right click in the Survey combo box and filter by
selection.

If you have only one survey that you are working with, you can view the form
in design view and set the default value of the survey combo box. You can
also use code in the after update event of the combo box

Private Sub cboSrvID_AfterUpdate()
Me.cboSrvID.DefaultValue = Me.cboSrvID
End Sub

Don't appologize...

--
Duane Hookom
MS Access MVP


"T.Yaya" wrote in message
...
Per suggestions on this forum, I've downloaded the At Your Survey database
to
help us gather and report on survey data.

Not knowing much about programming..
I'm wondering how to modify frmSurveyResponses. How can I create another
button that will go to the next response record AND default the survey
used
in the previous record?

I appologize if the solution is ridiculously simple!
TIA, ty



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
General Database/Query and Form Design question Guy Horton Using Forms 4 September 29th, 2005 02:36 AM
Design a Survey Form Matt Lockamy Using Forms 1 September 18th, 2005 08:39 AM
Survey J. T via AccessMonster.com Running & Setting Up Queries 8 August 4th, 2005 10:54 PM
Survey Results SAm Running & Setting Up Queries 10 May 17th, 2005 08:32 PM
New to Access, Report Survey Question Charles Stanfield Setting Up & Running Reports 1 September 11th, 2004 03:02 PM


All times are GMT +1. The time now is 06:46 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.