Linking Calendar on Form with Query...

A

Axess08

I am not sure if this can be done properly...

I have a query that calls on a table with calculated fields. The calculated
fields actually are my filters for the query. In the query, I have limited
the 5 Month Follow-up date range to be within 2 weeks of the current date
with the following (where Date of Exam5 = 5 Month Follow-up date):

FllwUp 5: IIf([Date of Exam5]>Date() And [Date of Exam5]<(Date()+14),[Date
of Exam5])

And for the criteria I just placed "Is Not Null" so that it will display
only those dates.

That works fine.

I have linked this query by creating a subform of the report and placing on
the first form that loads when the database first opens up. (which is also
fine for now).

What I want to do instead of just displaying the query results would be to
display a (one month at a time) calendar that actually highlights the days
that the follow-up exams are scheduled based off of the query. Is this even
possible with the ActiveX calendar that comes with Access, or would I have to
create a report that is in the form of a calendar?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top