I am trying to figure out a way to replace Access at my company. We currently use Access to log inventory that is being returned.
This is the current view of Access form that we enter data in.
It captures route number, receipt date, tax if applicable, but the tricky part is the actual inventory portion. There can be multiple products being returned and we log whether it is an individual or a case with the associated cost attached. I would also need a way to export this data in a useable format for me to forumlate reports with.
I've tried using Excel Forms and everything else would work except for logging the multiple inventory items within the form.
I'm looking into using a VBA along with forms to create something from scratch but I'm not very knowledgeable about writing my own script, I usually put scripts together that I find online in order to get the job done.
Is there any other way you all can think of to achieve this? Are there any other database software's potentially that I should look into? My initial inclination is to use excel because of familiarity.
This is the current view of Access form that we enter data in.
It captures route number, receipt date, tax if applicable, but the tricky part is the actual inventory portion. There can be multiple products being returned and we log whether it is an individual or a case with the associated cost attached. I would also need a way to export this data in a useable format for me to forumlate reports with.
I've tried using Excel Forms and everything else would work except for logging the multiple inventory items within the form.
I'm looking into using a VBA along with forms to create something from scratch but I'm not very knowledgeable about writing my own script, I usually put scripts together that I find online in order to get the job done.
Is there any other way you all can think of to achieve this? Are there any other database software's potentially that I should look into? My initial inclination is to use excel because of familiarity.