Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FAO Rick Sprague want to mae a calender that shows rental availability

Status
Not open for further replies.

AKAC00L

Technical User
Jan 21, 2002
15
ES
Hi,

I wrote fao rick as he seems to know about this stuff fairly well and one of his old posts helped with the other prob I had.

Anyway, what I have is a rental company with several apartments to rent,

the database has the fileds (amongst others) apartment ID, client ID, rental start date, number of days rent.

what I want is a report that shows the days of the month, then for each apartment simply marks the dates in red when the apartment is occupied.

I imagine it looking something like this:

Month: AUG
APT ID: 1
|1|2|3|4|5|6|7|8|9| etc.

any help would be gratefull apreciated.

 
Sorry, AKAC00L, but reports are not my strong suit, especially when you want complicated tricks like this. I imagine part of your solution would be to sort and group by Apt ID, using code to collect data from the records in the detail and then printing this result when formatting the group footer. I haven't written any code like that, though, so I'm not sure it's possible.

I wouldn't know any way you could change colors, unless you put each number is in a separate text box control. If you do that, you can just change the Fore Color property as needed. Rick Sprague
 
Thanks anyway Rick,

Am reposting this as I think no one else looked at it because it had fao rick at the start.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top