Results 1 to 7 of 7
  1. #1
    Dualxeon is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Nov 2020
    Posts
    8

    Very New at this trying to learn I want a table that will auto fill and allow me to add something

    Ok I keep getting stuck I am trying to create a simple data base to keep track of some inventory. I created a table1 (Inventory ) with item number, Item Category, and Preferred Vendor. Then table2 (Preferred vendors) then i created a relationship between table1 ID and table2 Preferred vendor seems to work. My problem is if I enter a new name that's not in table2 I get name not in list pick one in list how do i fix it where I can add new at this point. Please keep it simple I am trying to learn. Thanks

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    you dont need the relationship. Vendor should be a lookup table for the user to pick from to add to the tInv. record.
    This way you can add inventory and pick vendor once vendor is added.

    and you can still join the tVendor to tInv in queries.

  3. #3
    Dualxeon is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Nov 2020
    Posts
    8
    Thanks that got me moving again little by little

  4. #4
    Dualxeon is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Nov 2020
    Posts
    8
    Ok thought I had, it been at it so long today, I think I'm seeing things. I created a table Preferred Vendors then set up look up wizard in my Inventory Table. It will let me enter in things I have already entered in the preferred vendors table but won't allow me to add new one here. I know I had that earlier ??

  5. #5
    ssanfu is offline Master of Nothing
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    It sounds like you have Look up FIELDS in your tables. This is a bad idea. You should have a combo box on a form and a Vendor table.
    In the attached dB is a basic form. I added a few extra fields to the tables. If you want to add more data to the fields for vendor, you would need to have the VBA open a form to add the data.
    Attached Files Attached Files

  6. #6
    Dualxeon is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Nov 2020
    Posts
    8
    Okay Thanks that does what I am trying to do. Now I have to try to figure out how you do it. I will try to look at what you sent me to get it going.
    Thanks Dualxeon

  7. #7
    Dualxeon is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Nov 2020
    Posts
    8
    WOW way over my head thanks I'm still working at it.

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

Similar Threads

  1. Replies: 14
    Last Post: 03-15-2017, 08:33 PM
  2. Replies: 1
    Last Post: 11-23-2014, 02:20 PM
  3. Auto-fill one field from another table
    By tasoper in forum Access
    Replies: 3
    Last Post: 06-13-2014, 07:17 AM
  4. Replies: 3
    Last Post: 03-29-2013, 04:05 AM
  5. Auto fill a table?
    By newtoAccess in forum Access
    Replies: 3
    Last Post: 11-21-2009, 08:21 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