Results 1 to 6 of 6
  1. #1
    mixedup is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Dec 2014
    Posts
    10

    Question how to get single table entry view like this (see image) for % allocation of items to categories?

    How could I create a single table (matrix) type input view to allocate bank transactions to categories, noting one transaction can be allocated multiple categories with an associated percentage? What approach should I use in Access to get this?

    So say I have the following tables:
    * Transactions
    * Business Category
    * Transaction-Business-Allocation (which includes)
    - Transaction ID
    - Business Category ID
    - Percent Allocation

    But in terms of the means of reviewing bank account items and allocating I really want a view like this:



    Click image for larger version. 

Name:	Screen Shot 2014-12-29 at 7.22.30 am.png 
Views:	10 
Size:	24.7 KB 
ID:	19147

    The specific business category could be either selected specifically, or all included (e.g. say there is less than 10 categories).

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    The structure in image is not a normalized data structure and not very practical. It allows for allocation to only 3 businesses - what if you need 5? The last record does not even add up to 100%.

    This would be a structure for output reporting.
    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.

  3. #3
    mixedup is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Dec 2014
    Posts
    10
    understood - but I wanted something to allow timely review down all bank account items and then doing the allocation - any other ideas then? I'm not allocated personal (non-business) as I don't need too really, hence the percentages won't add up to 100%. It can be all categories... Overall trying to move what I currently do in excel to access to get access to additional functionality...it's just this allocation step I'm wondering how to make as easy/time efficient as in excel

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    The allocation entries would be into a subform.

    A table for the transaction 'header' info and a related table for the allocation distribution details. There would be a record for each account/business combination and the allocated amount.
    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.

  5. #5
    mixedup is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Dec 2014
    Posts
    10
    ok - I'll look up how to do reports with subforms thanks - is it possible to get the end form (with sub-form) to be one line per bank account item like I was asking for? (or would have to be a form that shows only one transaction at a time so to speak?)

  6. #6
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    As stated, the one account line item with multiple business allocation fields does not appear to be normalized structure. You can do it but be aware might be issues with analyzing data. Issues can be dealt with.

    It is a balancing act between normalization and ease of data entry/output. Normalize until it hurts.
    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.

Similar Threads

  1. Creating a Resource Allocation Table/Form
    By canderson in forum Access
    Replies: 7
    Last Post: 05-30-2014, 11:11 AM
  2. Replies: 1
    Last Post: 11-18-2013, 06:33 PM
  3. Single Table looking for missing entry
    By BuzzTheMan2 in forum Queries
    Replies: 2
    Last Post: 01-13-2012, 12:17 PM
  4. Replies: 2
    Last Post: 10-10-2011, 10:58 AM
  5. Replies: 3
    Last Post: 08-29-2010, 06:34 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