Hello!
I have, so far, about 2 days worth of experience in Access. I have to say, it's an interesting beast. I'm managing a small inventory and RMA process that I am hoping to slightly simplify by moving to access from Excel. I have a team #1 that creates the RMAs, with team #2 people each day shipping them. I need to make a form to insert the right info into access, a second one to add on to that info, then a third that creates a generic shipping form from the data from the first two.
I'll have 3 types of devices I'm tracking, all stored in the same format. I plan on updating the inventory through excel and importing manually, as we use a bar code scanner and it seems like the fastest way to do this.
The fields I'm using are:
Serial/MAC to identify the individual phones
Shipped - just a yes/no if the item has been shipped yet
Date Shipped - The Date the item was shipped
RMA - The RMA number the phone was shipped on
Next, I have the actual sheet we're using to track the RMAs themselves.
ID - The RMA Number
Ticket - our internal ticket number
Store - the location
9 digit - the phone number
Cluster -
Shipping method - how the device will be shipped
Shipping address -
PoC - who the package needs to be addressed to
MAC - the identifier in common on the device inventory page. Every device will have a unique one of these.
Date - the date the RMA was processed
So, for the part that allows the larger team to make the RMAs, I created a basic form to collect everything up to "PoC", as the remainder is filled out by the team #2 processing the RMAs.
What I need to figure out how to do:
Make a form that shows what RMAs need to be processed that day (I.E. ones that haven't had the MAC address field filled in yet), and what devices need to be processed.
Make a form that creates a shipping label that contains the shipping method, the shipping address, the PoC on site, and the store number (with some text added to the front and back of the store number)
Make a query that shows how many phones have been shipped between date x - date x.
And some things I'm sure I haven't figured out I even need yet. I figure quite a bit of this should be pretty simple, but Database work hasn't ever really been my thing before. I'm just looking to cut down on the amount of time we spend working on the paperwork side of the RMAs (and yelling at people for having the excel spreadsheet locked) Any help would be much appreciated.