MikeLangley
New Member
- Joined
- Mar 13, 2019
- Messages
- 2
I hope that someone can assist me with some VBA code to cover a little problem I am having?
I work for a company that engineers visiting sites on a daily basis to conduct air tests, sound tests, vent tests etc. and we are looking to map their jobs cumulatively month by month.
Importing the data from our CRM is covered, as is the geocoding, however I am having difficulty when trying to create a method to view the data more easily. I am trying to display the records in a table based on the particular service and month that it was carried out.
So I have 2 sheets, 1 for data containing the full cumulative list of jobs, and the 2nd for viewing a snapshot. The data page has the unique job reference, the name of the engineer, the name of the service being carried out and the site location.
The 2nd sheet contains two dropdowns and the table headings below. the dropdowns control the service and date. What I need is for the table to fill based on the entries in those 2 cells.
Can anyone help?
Mike.
I work for a company that engineers visiting sites on a daily basis to conduct air tests, sound tests, vent tests etc. and we are looking to map their jobs cumulatively month by month.
Importing the data from our CRM is covered, as is the geocoding, however I am having difficulty when trying to create a method to view the data more easily. I am trying to display the records in a table based on the particular service and month that it was carried out.
So I have 2 sheets, 1 for data containing the full cumulative list of jobs, and the 2nd for viewing a snapshot. The data page has the unique job reference, the name of the engineer, the name of the service being carried out and the site location.
The 2nd sheet contains two dropdowns and the table headings below. the dropdowns control the service and date. What I need is for the table to fill based on the entries in those 2 cells.
Can anyone help?
Mike.