M
Mike Cullinan
I'm working in a small real estate office and have been using Access in
conjunction with downloaded MLS data to help investors find properties with
the most equity, with potential for fixing up and selling. I want to take it
to the next level buy being able to do comparables at a subdivision level
within the queries. This would save an immense amount of time looking for
candidate properties.
I've got the general idea how to go about it and what needs to be done. For
each zip code, there are a certain number of residential subdivisions. The
idea is to standardize the subdivision names in all the area's zip codes.
Once that is done, an average can be taken of the sold properties in each
subdivision. Then, the zip code and the standardized subdivision name can be
a combo key to use in a join.
I've been reading a beginner's book on Access VBA, and I've gotten a lot out
of it, but it doesn't have any sections on batch processing and updating of
tables. It's mainly about users updating data in tables by filling out text
boxes on a form and clicking a button to update, add, or delete. Can any one
direct me to a good source for batch processing in Access, such as a book or
a web site?
I'm not talking about millions of records here, just a few thousand at a
time. The data in my tables is very transient, with records constantly being
added and removed as properties come onto the market or get sold. Thanks in
advance.
conjunction with downloaded MLS data to help investors find properties with
the most equity, with potential for fixing up and selling. I want to take it
to the next level buy being able to do comparables at a subdivision level
within the queries. This would save an immense amount of time looking for
candidate properties.
I've got the general idea how to go about it and what needs to be done. For
each zip code, there are a certain number of residential subdivisions. The
idea is to standardize the subdivision names in all the area's zip codes.
Once that is done, an average can be taken of the sold properties in each
subdivision. Then, the zip code and the standardized subdivision name can be
a combo key to use in a join.
I've been reading a beginner's book on Access VBA, and I've gotten a lot out
of it, but it doesn't have any sections on batch processing and updating of
tables. It's mainly about users updating data in tables by filling out text
boxes on a form and clicking a button to update, add, or delete. Can any one
direct me to a good source for batch processing in Access, such as a book or
a web site?
I'm not talking about millions of records here, just a few thousand at a
time. The data in my tables is very transient, with records constantly being
added and removed as properties come onto the market or get sold. Thanks in
advance.