Results 1 to 2 of 2
  1. #1
    AccessFreak is offline Novice
    Windows XP Access 2007
    Join Date
    Dec 2010
    Posts
    17

    Unhappy Query to show outstanding documents

    Hi there

    I am designing a database for a Visa and Passport company which will manage the companies applications for visas and passports, etc

    I have a table for clients info, application info, documents required for the application, and docs received for the application

    Now I need to create a query which sums up which docs are required for each application, and which have been received in order to establish which docs are still outstanding.

    At the moment (not sure if correct way of doing it)
    I have a lookup field in my applications table which I can tick / select multiple values from my DOCS REQUIRED table,

    then also in my application table, I have another lookup field which I can tick / select values from my DOCS RECEIVED table

    Please tell me if there is any other info which you require in order to assist me



    Thank you so much

    Mel

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2007
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    I won't use multi-value fields. They don't comply with data normalization principles. May be nice for data entry but makes sorting, filtering, searching virtually impossible without complex code. A separate Yes/No field (for received status) for each document would be better than multi-value field although still not quite full normalization but at least I can deal with it.

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

Similar Threads

  1. Access to merge documents
    By SJames in forum Access
    Replies: 2
    Last Post: 04-25-2011, 09:27 AM
  2. Replies: 6
    Last Post: 07-26-2010, 01:53 PM
  3. Replies: 0
    Last Post: 10-19-2009, 11:11 AM
  4. Multiple Mailmerge documents
    By sabbo64 in forum Access
    Replies: 0
    Last Post: 09-05-2009, 04:44 AM
  5. Categorizing Word documents with Access
    By radagast in forum Access
    Replies: 0
    Last Post: 06-14-2009, 12:06 AM

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