Results 1 to 2 of 2
  1. #1
    phool4fool is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Dec 2011
    Posts
    7

    Exclamation how to do this???

    I'm working on a questionnaire db & in this db, I've Question table where there answer will be "Yes/No/Don't" Know and another table Other Questions where the answer will be "Yes/No" only.


    There will be also another table where I'll put questions where user has to input the answer.
    I just find this way to hand these type of question but don't know if there is a better way to do that.
    I want to show all questions and answer next to them on a single form & for this I joined tblQuestions & tblOtherQuestions which worked fine but the only problem is when I join these two question tables... I see Answer field just as text field... when on seperate queries it shows normal like a combo field in query.
    Can you please guide me how to solve this issue.
    I've attached db here.
    Attached Files Attached Files

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    A UNION query is not updatable - cannot edit data through a UNION query, can only view data.

    Don't do data entry on tables, use forms.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

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