G
Guest
I have a dialog box (frmDialogTransactionsForMeeting) that contains a combo
box (MeetingDatecombo) looking up date values from a table.
A query (qryAllTransactions) that reports transactions against certain date
values, contains the following criteria on the MeetingDate field:
[Forms]![DialogTransactionsForMeeting].[MeetingDatecombo]
A report (rptTransactionsByMeeting) that calls the dialog box should report
activity for the date selected from the combo box. The report is based on the
query.
When running the report, the dialog box appears and I can select a value,
however I then get another prompt from the query for the MeetingDatecombo
value. The correct data is displayed in the report if I key in the date value
again but I don't want to have to do that, is there someting wrong here?
box (MeetingDatecombo) looking up date values from a table.
A query (qryAllTransactions) that reports transactions against certain date
values, contains the following criteria on the MeetingDate field:
[Forms]![DialogTransactionsForMeeting].[MeetingDatecombo]
A report (rptTransactionsByMeeting) that calls the dialog box should report
activity for the date selected from the combo box. The report is based on the
query.
When running the report, the dialog box appears and I can select a value,
however I then get another prompt from the query for the MeetingDatecombo
value. The correct data is displayed in the report if I key in the date value
again but I don't want to have to do that, is there someting wrong here?