I am currently trying to design a web for a realesate
company. I would like to be able to click on each agent
and see a list of property they have listed. and also
click on view all properties and see a list of all
properties on a seperate page by themsleves without the
agent.

What is the best possible way to get this done without
having to go in and manually list the home next to each
agent and again on the view all properties.

Thank You

Re: I need advice by Kevin

Kevin
Fri Feb 20 10:40:29 CST 2004

> What is the best possible way to get this done without
> having to go in and manually list the home next to each
> agent and again on the view all properties.

The BEST way would be to use a database back-end. However, it would require
custom programming. The good thing about it is, you wouldn't have to edit
pages any time there was a new agent, or an agent left, or a house came on
or went off of the market. All you would need to do is to update the data in
the database.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Donnie" <anonymous@discussions.microsoft.com> wrote in message
news:13f5301c3f7ca$ebbb4900$a601280a@phx.gbl...
> I am currently trying to design a web for a realesate
> company. I would like to be able to click on each agent
> and see a list of property they have listed. and also
> click on view all properties and see a list of all
> properties on a seperate page by themsleves without the
> agent.
>
> What is the best possible way to get this done without
> having to go in and manually list the home next to each
> agent and again on the view all properties.
>
> Thank You