I have a database that I use to hold properties / buildings that are for sale. I need to be able to use ASP to select a random one as the 'weekly' featured property.
To make it weirder, I still need to be able to allow some override (in the event the administrator wants to select a specific property - which would be rare, but still an important 'control' feature.
Whats the best way to approach this in terms of ASP / VBscript? Im using an access database and I think that makes it harder to accomplish, but my hands are tied there.
I can handle the admin feature whereby a property is selected as the override, but the
a) random
b) week duration
... have me stumped.
Thanks for any help you guys can provide on this one!
To make it weirder, I still need to be able to allow some override (in the event the administrator wants to select a specific property - which would be rare, but still an important 'control' feature.
Whats the best way to approach this in terms of ASP / VBscript? Im using an access database and I think that makes it harder to accomplish, but my hands are tied there.
I can handle the admin feature whereby a property is selected as the override, but the
a) random
b) week duration
... have me stumped.
Thanks for any help you guys can provide on this one!