I do not know if this is possible and any direction/help would be great.
I am doing and internship at a small company and I am trying to find a way to limit typographical errors that seem to be quite common and also reduce redundant data entry. As of now when a sales person lands an account tickets must be created in the service department to actually create the work ticket for the job.
To accomplish this now in the current system an excel file called "request for service" is generated from the sales department containing various information(sales person, customer, install location, billing address, a list of required parts with part numbers, and so on).
This excel file is given to the service department and then they are required to generate a work order/service ticket. However 80% of this work order is comprised of the same information already sitting in the external excel file "request for service." Therefore I feel the reentry of this data is redundant and a huge time sink creating instances and possibilities of errors in data entry.
I am trying to research methods to integrate this already existing information into the work ticket fields. However I am uncertain if there is a way to gather this data from the file with VBA and then fill various fields in the work ticket with it.
I was also looking into replacing the excel file altogether using some time of online/intranet form(maybe infopath) to link to the application but it seems quite difficult and involves applying the form data directly to the database which I would rather avoid doing to prevent having any incorrect data applied directly into the database. What I would rather is to have fields of the ticket auto populate using information from the excel file or infopath form allowing the service department to update any other required fields not in the "request for service" such as ticket number, order number(for the parts) etc. and continue to finish creating the ticket, printing and updating the database with the transaction as normal.
Is it possible to create a button or something using VBA or another method to grab this data and populate the fields. If not does anyone know where I can find out how to do this another way?
Thanks.
I am doing and internship at a small company and I am trying to find a way to limit typographical errors that seem to be quite common and also reduce redundant data entry. As of now when a sales person lands an account tickets must be created in the service department to actually create the work ticket for the job.
To accomplish this now in the current system an excel file called "request for service" is generated from the sales department containing various information(sales person, customer, install location, billing address, a list of required parts with part numbers, and so on).
This excel file is given to the service department and then they are required to generate a work order/service ticket. However 80% of this work order is comprised of the same information already sitting in the external excel file "request for service." Therefore I feel the reentry of this data is redundant and a huge time sink creating instances and possibilities of errors in data entry.
I am trying to research methods to integrate this already existing information into the work ticket fields. However I am uncertain if there is a way to gather this data from the file with VBA and then fill various fields in the work ticket with it.
I was also looking into replacing the excel file altogether using some time of online/intranet form(maybe infopath) to link to the application but it seems quite difficult and involves applying the form data directly to the database which I would rather avoid doing to prevent having any incorrect data applied directly into the database. What I would rather is to have fields of the ticket auto populate using information from the excel file or infopath form allowing the service department to update any other required fields not in the "request for service" such as ticket number, order number(for the parts) etc. and continue to finish creating the ticket, printing and updating the database with the transaction as normal.
Is it possible to create a button or something using VBA or another method to grab this data and populate the fields. If not does anyone know where I can find out how to do this another way?
Thanks.