Hello All,
I'm dealing with a Real Estate db. One table (tblProperties) holds all available properties and their information, another table (tblRequests) holds all clients and what they're looking for.
I need to create a report for each client (from tblProperties) based on the information they're looking for from (tblRequests).
I would imagine that I would need to loop thru a recordset and somehow create the were clause, but unfortunately at the moment it is all a bit over my head.
All help will be appreciated (I'm under a very tight schedule so I'd appreciate if this time I can get less prodding in the right direction and more concrete solutions).
I'm dealing with a Real Estate db. One table (tblProperties) holds all available properties and their information, another table (tblRequests) holds all clients and what they're looking for.
I need to create a report for each client (from tblProperties) based on the information they're looking for from (tblRequests).
I would imagine that I would need to loop thru a recordset and somehow create the were clause, but unfortunately at the moment it is all a bit over my head.
All help will be appreciated (I'm under a very tight schedule so I'd appreciate if this time I can get less prodding in the right direction and more concrete solutions).