I have a report [rptReport1] that summarizes transactions from [frmTransaction1] which in turn is controlled by a table [tblTransactions] which use's trID autonumber as a field
What I want to do is to place either a button or combo box on the Report.
IF A Button
When clicked I would like a Yes/No message box with an input area that I can enter an ID number.
When Yes open the detailed form with the corresponding ID number entered.
When No Cancel Event
IF A COMBO BOX
Enter an ID number in the combo box when I hit Enter
The detailed form with the corresponding ID number opens.
Is this possible?