D
DS
I have one report that I would like to open from several forms, however on
the report I have a couple of DLookup functions.
DLookUp("TaxRate","tblTaxRates", "SalesID = Forms!frmCheck!TxtSalesID)
The problem is how can I code these functions so that they are not tied to
any particuar form. Normally when I open a form frm a form I would put the
code on the form, unfortunatly Reports don't seem to wrk that way. Any help
apprecitaed.
Thanks
DS
the report I have a couple of DLookup functions.
DLookUp("TaxRate","tblTaxRates", "SalesID = Forms!frmCheck!TxtSalesID)
The problem is how can I code these functions so that they are not tied to
any particuar form. Normally when I open a form frm a form I would put the
code on the form, unfortunatly Reports don't seem to wrk that way. Any help
apprecitaed.
Thanks
DS