Results 1 to 7 of 7
  1. #1
    hch1970 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Sep 2011
    Location
    Bogota, Colombia
    Posts
    3

    New to access need help linking forms

    Hello,



    I am new to access, in a temporary job for 6 months. I am a long way from home and my documentation set and I have no colleagues that use the product at all. SO here is the issue, I have a long survey to enter. It appears to be too long for a single form in access. If I divide it into 2 forms, I would like to some how link the 2 forms either by putting a button (or two) on the bottom of the form that saves the current information and advances to the new form (the rest of the questions) on the same record. Or somehow create a form that combines the two.

    Any advice would be greatly appreciated.

    Cheers,
    Hedy

  2. #2
    RayMilhon is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Aug 2011
    Location
    Southern California
    Posts
    1,071
    Need more information.
    What is the data structure?
    How many questions are on your survey?
    Are there any groupings to your survey?

  3. #3
    hch1970 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Sep 2011
    Location
    Bogota, Colombia
    Posts
    3

    Data structure/number of questions.

    Hi, There are 36 questions, 10 with check all that apply. For entry purposes I have separated them into separate Yes/No questions. With those there are about 80+ questions (I have not counted precisely). I have no groups and all the information is stored in a single flat table. I don't know how to group, but if I did, I would probably group the multi-part questions.

    Cheers,
    Hedy

  4. #4
    hitesh_asrani_j is offline Advanced Beginner
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    75
    I can only help you in getting the from Form1 to another form but cannot help you as in how u can save the values..

    So here it goes...

    In the end of the form create a button and in VBA code builder, pLease insert the following line under the respective button function.

    DoCmd.OpenForm "Form Name" , acNormal


    try this and let me know...

  5. #5
    hch1970 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Sep 2011
    Location
    Bogota, Colombia
    Posts
    3

    Yes, form save worked and open form

    Thanks for the suggestion, I put buttons on the screen to save the one I am working on and open a few form, but can't get it to open on the same record.......

    In the meantime, I abbreviated some of the questions and got it to fit on 1 screen, so in a way the problem is solved for me for the moment, but I am still puzzled by it.

  6. #6
    RayMilhon is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Aug 2011
    Location
    Southern California
    Posts
    1,071
    Here's what I would do based on the limited info given. First I would copy the existing form just in case the changes don't work. On the new copy at the top of the form put the data elements that identify the survey. example. Survey ID, Date Person taking the survey if tracked. That should take up 15 to 20% of your form at the top. Next Below that put in a tab control. set it to 6 pages to start. Put as many questions as you can on each tab.

  7. #7
    hitesh_asrani_j is offline Advanced Beginner
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    75
    GR8 reply Ray..
    yes u can use the Tabbedform for this so that the person has to just change the tab for next questions

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Linking two forms
    By JeffG3209 in forum Forms
    Replies: 3
    Last Post: 05-09-2011, 12:26 PM
  2. Linking forms
    By warrigal in forum Database Design
    Replies: 2
    Last Post: 04-07-2011, 05:12 PM
  3. Replies: 0
    Last Post: 03-04-2011, 10:28 AM
  4. Linking forms (I think!!!)
    By Sleepymum in forum Forms
    Replies: 5
    Last Post: 02-21-2011, 07:28 AM
  5. Linking two forms together
    By Lxmanager in forum Access
    Replies: 8
    Last Post: 09-27-2010, 05:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums