datavisions
Programmer
I'm going to sound like a total idiot, but I have:
a simple customer quote form (frmQuote) for the table (key CustomerID), and on the form I have a button that, on click, does a DoCmd.OpenReport to preview the report (rptQuote) with the source qryQuote. When I wrote it, the select is on [Forms]![frmQuote]![CustomerID] which I was just typing in during testing, but now I'm confused as to how to tie it in to the current CustomerID on the frmQuote.
Sorry to ask such a silly question!
a simple customer quote form (frmQuote) for the table (key CustomerID), and on the form I have a button that, on click, does a DoCmd.OpenReport to preview the report (rptQuote) with the source qryQuote. When I wrote it, the select is on [Forms]![frmQuote]![CustomerID] which I was just typing in during testing, but now I'm confused as to how to tie it in to the current CustomerID on the frmQuote.
Sorry to ask such a silly question!