N
nmdonati
I am trying to create a report that would be a sign-in sheet for employee
meetings. I am pulling employee names and data from a query, and that part
is fine. Here's where the trouble is: In the report header I want to pull
the meeting topic and date from another table called tblMeetingTopic. There
is no common data between the first query and this table, so I don't think I
can combine them into one query. Each time I run the report, I will specify
the MeetingTopicDate, and I want MeetingTopicDesc to populate.
The columns in tblMeetingTopic are:
MeetingTopicIdx
MeetingTopicDate
MeetingTopicDesc
Any help is appreceiated!
Thanks,
Nicole
meetings. I am pulling employee names and data from a query, and that part
is fine. Here's where the trouble is: In the report header I want to pull
the meeting topic and date from another table called tblMeetingTopic. There
is no common data between the first query and this table, so I don't think I
can combine them into one query. Each time I run the report, I will specify
the MeetingTopicDate, and I want MeetingTopicDesc to populate.
The columns in tblMeetingTopic are:
MeetingTopicIdx
MeetingTopicDate
MeetingTopicDesc
Any help is appreceiated!
Thanks,
Nicole