Results 1 to 3 of 3
  1. #1
    kmh83 is offline Novice
    Windows 11 Office 365
    Join Date
    Aug 2023
    Posts
    1

    Inventory System by date, with times

    Hello,

    I've used access in the past, and apparently forgotten everything I've learned. I'm afraid that I won't be able to communicate this well, so bear with me.

    I work for a company that sells apples, oranges, tomatoes, and bananas. For each day, I must record the inventory at 7a, 11a, and 3p. My long term goal is to be able to run reports over a long period of time to look for trends such as, highest day at 7a over the last six months. Previously I had a poorly designed Excel sheet that didn't allow me any flexibility.

    I think I need:

    Table 1: Date, Item Name, 7a, 11a, 3p
    Table 2: List of Items, Custom Sort Order for items, Type of Item

    I need to be able to have the date be static for today's date (set in the morning). I would like to have a form prepopulated with the Date, a Row of Item names, and columns for the times. I want only one day per sheet.



    Does this make sense? I've tried a lot of methods, queries, forms/subforms and I just can't seem to connect the dots. I've watched hours of youtube videos. I'm pretty sure that I am missing something basic. Like the relationships between the tables maybe?

    Thanks in advance for any advice whether it be steering me to resources or offering your experience.

    Best,

    KMH83

  2. #2
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,801
    Can't devote much time to this at this hour but to quote you
    I think I need:
    Table 1: Date, Item Name, 7a, 11a, 3p
    Table 2: List of Items, Custom Sort Order for items, Type of Item
    definitely NOT. That is an Excel influenced design. You need to review and understand relational database design. Perhaps
    Normalization Parts I, II, III, IV, and V
    http://rogersaccessblog.blogspot.com...on-part-i.html
    and/or
    http://holowczak.com/database-normalization/

    Entity-Relationship Diagramming: Part I, II, III and IV
    http://rogersaccessblog.blogspot.com...ng-part-i.html

    I suspect you should review other db design concepts but I don't want to presume too much at the moment.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    madpiet is offline Competent Performer
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    154
    Why not something simple like (DateTime, Product, Quantity On Hand) ?

    Product--(1,M)--Inventory--(M,1)---Calendar.

    and then I'd do any analysis in Excel or PowerBI.

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

Similar Threads

  1. Inventory System in Access
    By Antonww in forum Access
    Replies: 6
    Last Post: 11-29-2017, 06:35 AM
  2. Replies: 7
    Last Post: 03-22-2016, 02:50 PM
  3. Inventory Control System
    By egorzik in forum Database Design
    Replies: 2
    Last Post: 02-10-2014, 07:53 AM
  4. An inventory system
    By stew8908 in forum Access
    Replies: 3
    Last Post: 05-08-2012, 05:50 PM
  5. Inventory System
    By Rawb in forum Database Design
    Replies: 8
    Last Post: 01-05-2011, 07:26 AM

Tags for this Thread

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