dcatlin7921
New member
- Local time
- Today, 07:57
- Joined
- Aug 1, 2014
- Messages
- 1
Good Morning,
I have been searching the internet for days trying to find a solution to this. I am trying to link/import my county's tax assessors information into an Access 2010 for a project in my MBA class. I have figured out how to import an individual record but not all the records. This is all public information that is searchable via their website but once in Access I can manipulate it into the stats that I need for a project.
This is a link to a random property.
tax.co.sangamon.il.us/SangamonCountyWeb/app/displayParcelSummary.action?parcelNumber=22040211010
All of the property's are available per this link with their parcel number. I do not have a list or parcel numbers either. If I did I would have used some Macro capture software to do this work.
This is the source code to what I think is the database:
As you can see it is set up as a library.
Any help or ideas would be greatly appreciated.
I have been searching the internet for days trying to find a solution to this. I am trying to link/import my county's tax assessors information into an Access 2010 for a project in my MBA class. I have figured out how to import an individual record but not all the records. This is all public information that is searchable via their website but once in Access I can manipulate it into the stats that I need for a project.
This is a link to a random property.
tax.co.sangamon.il.us/SangamonCountyWeb/app/displayParcelSummary.action?parcelNumber=22040211010
All of the property's are available per this link with their parcel number. I do not have a list or parcel numbers either. If I did I would have used some Macro capture software to do this work.
This is the source code to what I think is the database:
As you can see it is set up as a library.
<linkrel="stylesheet"href="/SangamonCountyWeb/versionedFiles/e2519f25ac08e0966296a8341dc8de1d/theme/styles.css"type="text/css"/>
<linkrel="stylesheet"href="/SangamonCountyWeb/theme/custom/jquery-ui-1.8.22.custom.css"type="text/css"/>
<linkrel="stylesheet"media="screen"href="/SangamonCountyWeb/library/superfish174/css/superfish_sc.css"type="text/css"/>
<scripttype="text/javascript"src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<scripttype="text/javascript"src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.min.js"></script>
<scripttype="text/javascript"src="/SangamonCountyWeb/library/superfish174/js/hoverIntent.js"></script>
<scripttype="text/javascript"src="/SangamonCountyWeb/library/superfish174/js/superfish.js"></script>
<script>
$(document).ready(function(){
Any help or ideas would be greatly appreciated.