Page 2 of 2 FirstFirst 12
Results 16 to 29 of 29
  1. #16
    ajh2014 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2014
    Posts
    18

    Oops on the lookup fields Steve... by data entry I just meant typing in all of my assets. Unless I can just copy and paste from the old master db which would be much simpler. Should I do that or wait until I build my forms?

  2. #17
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Copy/paste is possible. So is import with import/export wizard.
    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. #18
    ajh2014 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2014
    Posts
    18
    Hows this?

  4. #19
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    You have the Dept PK in both Customer table and AssetTracking table. You have possibility of having the customer in dept assigned to N00, but in AssetTracking the check in/out record for dept could be N4. Does that matter? I would have the DeptID_FK field in one or the other table, probably in AssetTracking. Do you need to track or does it matter the history of which dept a customer has been assigned?

    What happened to the check in/out date & time fields in table AssetTracking?

    As June said, importing is probably the easiest.
    In the attached dB, I added an example form for editing/updating Assets.

  5. #20
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Why is DeptID_FK in both tblCustomers and tblAssetTracking? Possible circular reference http://www.codeproject.com/Articles/...atabase-Design
    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.

  6. #21
    ajh2014 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2014
    Posts
    18
    Ok that is starting to make more sense. I deleted the DeptID_FK field from the tblCustomers and left it on the tblAssetTracking. How did you go about making the form though? I've tried to make something that I wanted through trial and error and haven't received any positive results. Would using the form wizard be my best option? I think I accidently deleted the time fields when I was changing some stuff around but will add them in now. Thanks

  7. #22
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    I don't use the design wizards. They do stuff I don't like, such as 'grouping' controls into 'layout' groups. But it is easy enough to eliminate them. Select all the controls and right click > Layout > Remove. Now can easier resize and move controls at will.

    What is not positive about forms you built?
    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.

  8. #23
    ajh2014 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2014
    Posts
    18
    It seems that I always pick the wrong field and I'm not sure if I can mix and match fields from one table or the other. I would like to make a form that allows me to check assets out to customers.

  9. #24
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    The Lending Library has good example of that.

    A form normally can enter/edit data for one table. Why would you need to 'mix and match'?
    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.

  10. #25
    ajh2014 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2014
    Posts
    18
    I guess that is why the tblDept was included in the tblAssetTracking vice tblCustomer....

  11. #26
    ajh2014 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2014
    Posts
    18
    I really liked the layout and functionality of the lending library template but there was a lot of stuff I wanted to take out and or modify which would always stop the template from working properly.

  12. #27
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    So use it as guide to build your own. Get familiar with the structure and code and adapt what is relevant.
    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.

  13. #28
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    I agree with June. The best way to learn is to reverse engineer a template. (lots of templates - I have )

    I had a few minutes, so I added a couple of things to your dB to help you get you started. You still need to add data to the tables and create forms to add/edit the tables.

  14. #29
    ajh2014 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2014
    Posts
    18
    Wow Steve... Exactly what I need! Can you PM with some steps on how you accomplished this? I also need to have the asset serial number displayed in the Check_In_Out form but I'll try and figure that one out for myself.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Nested Levels / Containers Equipment Inventory Database
    By ClwFLGator in forum Database Design
    Replies: 21
    Last Post: 06-07-2014, 05:23 AM
  2. Replies: 3
    Last Post: 04-22-2013, 06:08 AM
  3. Replies: 1
    Last Post: 05-10-2012, 11:56 AM
  4. Replies: 3
    Last Post: 11-15-2011, 02:41 PM
  5. Help with "simple" inventory system
    By waltb in forum Database Design
    Replies: 14
    Last Post: 07-06-2011, 01:45 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