Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    Join Date
    Dec 2018
    Posts
    12
    Quote Originally Posted by orange View Post
    Well sort of....
    My real point is what exactly is the requirement. Since the ultimate user is the Boss, and there is a middle man -the manager - between you and the Boss, and you don't know precisely what the Boss needs, it's difficult to provide focused advice.
    Good point, I'll find out more.



    General process seems to be:

    Gather Computers-->Identify/Record Attributes-->Assign to Pallet-->Auction-->Sale-->Report
    That is the vision, yes.

    Did you work through a tutorial I mentioned in post #6?
    Not yet, got a 22 month old with us since daycare is closed for the holidays that's a different kind of boss, but I will be working on some of those. Thanks again.

  2. #17
    Join Date
    Dec 2018
    Posts
    12
    Quote Originally Posted by June7 View Post
    However, should not save manufacturer and type into tblInventory. In your case, Model is the primary/foreign key. Retrieve manufacturer and type in a query that joins tables. As Micron noted, text as keys is not ideal because they index slower and use more storage.
    I guess I'm a bit confused--how would Access know the manufacturer/model/type relationship if it's not all in one table? I'm sure I'll understand more once I get a chance to work through some of the tutorials mentioned.

  3. #18
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,892
    You have the model/manufacturer/type info in tblComputers. Save Model in tblInventory. Build a query that joins these two tables to retrieve related data. This is one reason to use a relational database instead of just a spreadsheet - to eliminate repetitive data.

    Many would advocate you have an autonumber field in tblComputers and save that value as foreign key in tblInventory, in which case even the Model would not be saved into tblInventory. The same principle could be applied to the processor info (processor does not need manufacturer and type info?).
    Last edited by June7; 12-24-2018 at 10:41 PM.
    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.

  4. #19
    orange's Avatar
    orange is online now Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    LFCC,

    Here is a draft model for consideration. You can test and adjust with some test data.
    Comments welcome. Merry Christmas!
    Click image for larger version. 

Name:	DraftModelSellingPallets.PNG 
Views:	19 
Size:	38.7 KB 
ID:	36704

  5. #20
    Join Date
    Dec 2018
    Posts
    12
    Quote Originally Posted by orange View Post
    LFCC,

    Here is a draft model for consideration. You can test and adjust with some test data.
    Comments welcome. Merry Christmas!
    Click image for larger version. 

Name:	DraftModelSellingPallets.PNG 
Views:	19 
Size:	38.7 KB 
ID:	36704
    Thank you very much.

  6. #21
    Join Date
    Dec 2018
    Posts
    12
    Quote Originally Posted by June7 View Post
    This is one reason to use a relational database instead of just a spreadsheet - to eliminate repetitive data.
    I think once I go through some tutorials and whatnot I'll understand better, I think I'm stuck in a "spreadsheet mindset". Thanks for all the help.

  7. #22
    ssanfu is offline Master of Nothing
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    PMFJI,

    I see you have some PK fields as text and some tables do not have a PK field.
    I have a PK field in virtually every table. In my tables, PK fields are always autonumbers.

    Sooooooo, more reading...... (hopefully you will find this useful)


    AutoNumber
    ----------------
    Purpose: Use an AutoNumber field to provide a unique value that serves no other purpose than to make each record unique. The most common use for an AutoNumber field is as a primary key..


    Microsoft Access Tables: Primary Key Tips and Techniques
    Autonumbers--What they are NOT and What They Are

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

Similar Threads

  1. Replies: 1
    Last Post: 09-11-2017, 11:38 AM
  2. How can I hyperlink in bulk
    By Tony of Wigmore in forum Programming
    Replies: 1
    Last Post: 02-12-2016, 04:19 AM
  3. Bulk Assigning of available data
    By etdahmer in forum Access
    Replies: 1
    Last Post: 06-09-2014, 03:24 PM
  4. Can report items be part of a "group"?
    By tstoneami in forum Reports
    Replies: 2
    Last Post: 08-13-2013, 11:51 AM
  5. How Can export Large table part by part
    By shabar in forum Import/Export Data
    Replies: 2
    Last Post: 02-04-2013, 06:29 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