I have a database of agent's listing that allows me to designate them as "new listings" or "Just Reduced", "Sold", etc. My rule is that I keep that designation for approximately 10 days on a listing and then remove it where it becomes just an available listing (no special designation). Currently, once a week, I go into the database and make any needed changes to the database manually. I can do that because when I change a desination to new listing, Just Reduced, etc, I have a date field indicating when the designation was added. Then I check the date field and if the date is 10 days or older, I revert the designation back to available.
I would like to automate this process so that once a day, something inspects the database and finds any listings with designation 10 days old (by inspecting the date field) and automatically changes the designation to available. I could have something on my computer that launches a script (asp) each night that will make the changes in the database, but is that the best way to do it??
I look forward to some thoughts on this.
Gary Letchford
Letchford Design
Longwood, FL

Reply With Quote