Results 1 to 6 of 6
  1. #1
    Misterpokey is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Mar 2020
    Posts
    8

    Access Noobie Issues

    Good Day,



    I am working on an idea I proposed for asset tracking for my job. I have already accomplished half of my goal but am struggling with the other half.

    The idea is that I have one form that creates and inserts an asset record into a To be Processed table. I created another form with a List Box with the records from the To be Processed table. This form is for the Processor to select the record from the list box and click a sort button and the record would be sorted into another table based on the department that the asset is assigned to.

    The initial form has the user input a serial number, asset tag number, asset type, DEPARTMENT, and date deployed. The button described above should read the department column and sort the record into that departments table and delete the record from the To be Processed table. I have already created the other department tables.

    I have some programming experience but I just don't know VBA syntax well enough to do this on my own. Ill be perfectly honest I am in over my head so any help would be appreciated.

    Thanks in advance!

  2. #2
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,974
    It sounds like a structural error. If you have separate tables for each department you are making a mistake.
    You should have one table to handle records for each department with a department field.
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  3. #3
    Misterpokey is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Mar 2020
    Posts
    8
    Gotcha so for what I am doing it should basically be 2 tables. One being the To Be Processed, the other being something like Processed. Then have a report function filtered by department. That's what you're recommending?

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Colin is probably at the pub.

    I don't think you should even have those 2 tables. I'd have a single table with a "Processed" field. It could be a Yes/No field or whatever has meaning to you. Perhaps a text/number field that contains a value that signifies what stage an item is in, if it could be more than those 2.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  5. #5
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,974
    Actually I was asleep .... but I agree 100% with what Paul wrote.
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  6. #6
    Misterpokey is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Mar 2020
    Posts
    8
    Thanks guys I appreciate the help!

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

Similar Threads

  1. Noobie Help!!
    By kevlarsoul in forum Access
    Replies: 5
    Last Post: 03-25-2018, 07:34 PM
  2. Replies: 4
    Last Post: 06-12-2014, 02:05 AM
  3. Total Noobie here... question about auto numbering
    By JavaBeans in forum Database Design
    Replies: 10
    Last Post: 04-25-2012, 04:58 PM
  4. IFF help for a noobie please!
    By Nexus13 in forum Programming
    Replies: 9
    Last Post: 07-08-2011, 11:11 AM
  5. need some advice building DB (noobie)
    By sureshot in forum Access
    Replies: 2
    Last Post: 10-12-2009, 09:49 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