Results 1 to 6 of 6
  1. #1
    hrenee is offline Advanced Beginner
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2013
    Posts
    41

    My boss asked me to. . .

    do something that in my heart of hearts I know is not correct for a database but I can't figure out another way to do it.

    background:

    I have a table with a list of assets with assets IDs attached (these are given from corporate).

    I have a new master table in which in many cases the assetID listed above is used numerous times. This is because originally the asset ID's were given out for whole projects rather than individual assets.

    I have given corporate a breakdown of each of these things and new assetID will be assigned so that there will be no repeat numbers any more. BUT I want to track which asset they were originally broken out of.

    Ex.
    29166 Testing Equipment Project 9371 Cost $31,600

    New


    33333 Color Analyzer Cost $15,000
    33334 Texture Analyzer Cost $13,000
    29166 Testing Equipment Project 9371 Cost $3,600

    My boss says, just add a new field that says orignal asset # or some such thing. The problem is that asset# will still be in use for many many of the items because I havne't been able to completely break it out. That means in a relationship I'd have a circular relationship right? I'd have that Asset ID table going to two different areas and that's all sorts of wrong. . .

    Unfortunately I have a complete brain block on how to fix it. Ideas please?

  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
    53,598
    Not sure that is an issue. You can have the field for historical info but doesn't mean that field will be used in any relationships.
    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
    hrenee is offline Advanced Beginner
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2013
    Posts
    41
    Ok, but if I want to know what that original description was wouldn't I need it as a relationship?

    So if my boss said, tell me if that color analyzer was broken out of what and what the original relationship was, I'd run a query on whether the original asset ID was not null, but he'd want the original description with that so it woudl have to be linked back to the first table right?

  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
    53,598
    That would be for historical review, maybe for audit purposes.

    Would the old asset assignment have any association to new asset records?

    It is also possible for a table to link to itself in a query.
    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
    hrenee is offline Advanced Beginner
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2013
    Posts
    41
    Unfortunately due to many handovers of this list it isn't always possible to be sure we've found 100% of the assets in a given original # (I'm an accountant by trade if you couldn't tell). So we tend to keep some "value" in the original # in case we missed something. If at some time we go to take an asset off the books, it would be helpful to know where it came from originally because maybe we need to get rid of that one too even if we aren't 100% positive as to what was originally in there.

    But I think what you're saying is true, I can just run a Query that would give me the original descripton by use an if old asset Id = one already on there give me the description right? OR am I making this too difficult?

  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
    53,598
    I think you are on correct track.
    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. Replies: 1
    Last Post: 02-04-2013, 04:00 AM
  2. Replies: 11
    Last Post: 12-02-2011, 01:20 PM
  3. Replies: 2
    Last Post: 10-08-2011, 10:38 PM
  4. Replies: 1
    Last Post: 09-16-2010, 01:29 PM
  5. Replies: 3
    Last Post: 02-27-2009, 08:07 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