Color

  • Thread starter Thread starter Froto
  • Start date Start date
F

Froto

Would like to know if this is possible? I have created a
calendar in access to record the days the managers are
out of the office. What I would like to do is when the
user doubleclicks on square that pertans to a certain day
the background color to red and stay that way until the
user would single click to bring it back to it's white
color (which is the original color of the square). Right
now I'm using the following code behind the doubleclick
of the square.

Me!square10.BackColor = vbRed

But what's happening is when I close the database and
reopen it the backgroung color of the square is back to
white and not the red which I selected by doubleclicking.

Any help would be much appreciated.
 
It seems that a shared Microsoft Outlook calendar on an Exchange server
would work better for you. why build what's already out there?

Rick B



Would like to know if this is possible? I have created a
calendar in access to record the days the managers are
out of the office. What I would like to do is when the
user doubleclicks on square that pertans to a certain day
the background color to red and stay that way until the
user would single click to bring it back to it's white
color (which is the original color of the square). Right
now I'm using the following code behind the doubleclick
of the square.

Me!square10.BackColor = vbRed

But what's happening is when I close the database and
reopen it the backgroung color of the square is back to
white and not the red which I selected by doubleclicking.

Any help would be much appreciated.
 
Back
Top