G
Guest
Hello,
I have a form where in any date field, I have code so that right clicking in
the date field pops up a calendar where the user can select a date. I have
used this code many times before and it has always worked fine. The code is
On Mouse Down:
On Error Resume Next
If (Button = RIGHT_BUTTON) Then vdr = OpenCalendar("")
But in this particular database, when you right click in a date field the
calendar pops up, but so does a greyed out Filter option box (the same
options that you get if you go to the menu bar and select Records, except the
box also includes the options to sort and insert a hyperlink although all
options are greyed out. This box also pops up when I right click in any
other field. How can I stop this from happening?
Thanks in advance,
Janet
I have a form where in any date field, I have code so that right clicking in
the date field pops up a calendar where the user can select a date. I have
used this code many times before and it has always worked fine. The code is
On Mouse Down:
On Error Resume Next
If (Button = RIGHT_BUTTON) Then vdr = OpenCalendar("")
But in this particular database, when you right click in a date field the
calendar pops up, but so does a greyed out Filter option box (the same
options that you get if you go to the menu bar and select Records, except the
box also includes the options to sort and insert a hyperlink although all
options are greyed out. This box also pops up when I right click in any
other field. How can I stop this from happening?
Thanks in advance,
Janet