Results 1 to 4 of 4
  1. #1
    Chodbag is offline Novice
    Windows Vista Access 2007
    Join Date
    Sep 2012
    Posts
    2

    Entering data into tables - need a better way...

    Hi there, another newbie here, trying to move from Excel to Access to control my antique shop. My (current) problem is how best to provide a means to enter data about new stock into the db? If I buy an item, I want to record several pieces of information about it (where purchased, date purchased, price etc.). I'm using combo boxes to populate each column in my stock table which is OK for individual items but if I buy 10 items from one place on the same day then I have to select that place name etc. 10 times….. Is there an easier way?



    Thanks
    Nick

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    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
    Chodbag is offline Novice
    Windows Vista Access 2007
    Join Date
    Sep 2012
    Posts
    2
    Thanks for the info June7. My laptop failed the day after your message - have just got the new one going. Access looks intimidating again...

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Access itself is not that difficult. It's when you want to customize to make more 'user friendly' as you sought to do for your situation that things get complicated. The more 'user friendly' the more code is needed.

    Another solution to your situation is a table/child table relationship and form/subform arrangement for data entry. This would mean a table for Orders (OrderNum, vendor, date etc) and another table for OrderDetails (OrderNum (as foreign key), ItemID, Price). This is called 'data normalization'. You might want to look at the Inventory database template offered when you create a new db file. A commonly used example db is Northwind.

    Good luck with your project.
    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. Entering form data
    By hawzmolly in forum Forms
    Replies: 3
    Last Post: 07-11-2012, 06:10 PM
  2. Replies: 2
    Last Post: 11-02-2011, 08:10 PM
  3. Replies: 2
    Last Post: 03-29-2011, 01:26 PM
  4. Replies: 1
    Last Post: 11-21-2010, 01:19 AM
  5. Entering data in forms with lookup tables
    By gretsch in forum Forms
    Replies: 1
    Last Post: 11-16-2010, 11:44 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