Results 1 to 8 of 8
  1. #1
    deiniolj is offline Advanced Beginner
    Windows XP Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Wales
    Posts
    40

    Wondering if somebody could help me with idea's

    Need to change this old Stock sheet our department has to something more accessy. Thing is I just can work itself round it..

    Basically we have stock coming, then we allocated it to students. When the stock has gone to the student we highlight it in yellow.

    I know very old school, need something better.



    Any idea's to push me in the right direction would be appreciated.

    Deiniol
    Attached Files Attached Files

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    Can you explain how you're currently using this spreadsheet is this how it goes?:

    It looks like you get an order on a specific date and assign it a unique identifier (the Order No column). I'm assuming the people's names you assign your orders are the people that actually receive the computer but do you know those names as soon as the order is filled out or are they filled in as computers become available? Is your marking the data in yellow purely so it's easy to see if the order is completely filled so you can ignore it when you go back and look at the spreadsheet again? Does the historical data have any significance? Are the computers given to the students 'permanent' (are those computers forever removed from your inventory) or can your computers re-enter your stock after a semester (computers are on loan or rented for a term) How you design your database depends greatly on the rules governing how and for how long you assign your computers to people

  3. #3
    deiniolj is offline Advanced Beginner
    Windows XP Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Wales
    Posts
    40
    You are correct on all things except for 2. The students get to keep the laptops, and we know who get a laptop before hand. There names are put into the spreadsheet first, then stock is ordered.

    Thx
    Deiniol

  4. #4
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    Ok so the structure you want is something like this:

    Tbl_People (list of students and whatever information is relevant to them with a PK (autonumber) for each student, this would include things like first, last name, school assigned student ID, etc)
    Tbl_Order (list of basic orders with a PK (autonumber) this would include the order number, order date and anything else that's related directly to the order as a whole (like maybe department or something))
    Tbl_ComputerType (information related directly to the type of computer being issued PK (autonumber) make/model etc)
    Tbl_Inventory (list of all items received this is basically your computer inventory PK (autonumber) FK to the tbl_ComputerType table and any computer specific information (like serial number))

    Tbl_Order_Detail (this would contain the FK to Tbl_Order, FK to Tbl_Inventory, FK to Tbl_People) and any information relating to specific detail related items (maybe notes like 'will pick up on x day')

    Since you're not worried about returns you don't really need an inventory management setup but you could put in things like unassigned computers etc. This is a very basic setup but should do what you want it to.

  5. #5
    deiniolj is offline Advanced Beginner
    Windows XP Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Wales
    Posts
    40
    How does this look for Starters

    I will need to add some way of automatically changing the QTY in stock, but I will figure that out when I have figured this table structure out..
    Attached Files Attached Files

  6. #6
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    I can't read 2010 databases, please convert it to 2003 (preferably) or 2007.

  7. #7
    deiniolj is offline Advanced Beginner
    Windows XP Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Wales
    Posts
    40
    Hopefully this will do..
    Attached Files Attached Files

  8. #8
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    how are you going to identify individual computers in your database, your inventory table doesn't have a way to do that.

    Let's say you have two students with the same model of computer, they both go to a class during the class one of the computers is stolen, these two students are sitting by one another Person A picks up the remaining computer thinking it's theirs when it actually belongs to person B, the only way to identify them would be through some sort of serial number catalog or else an internally generated identification attached to each item.

    Also for your students I would store first and last name separately and have their internal school ID as part of that dataset as well so you could search by their name or student ID (if their name is misspelled in the table or their student ID is recorded incorrectly)

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

Similar Threads

  1. Replies: 1
    Last Post: 08-03-2012, 12:32 PM
  2. Wondering if this automation is possible?
    By Macguy2125 in forum Import/Export Data
    Replies: 1
    Last Post: 05-24-2012, 01:04 PM
  3. Database design idea please?
    By GeforceUK in forum Database Design
    Replies: 0
    Last Post: 02-29-2012, 02:28 PM
  4. Can I use Access for this Idea?
    By sandiego5 in forum Access
    Replies: 5
    Last Post: 11-17-2011, 09:14 AM
  5. Looking For Idea On SCADA Database
    By scubagal in forum Access
    Replies: 2
    Last Post: 11-07-2011, 04:06 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