M
Mikk
I have a form which encompasses 140 records. I would
like to have a user browse the form and upon coming to a
particular record the user would have the ability to pull
up the report which filters only the record that they are
browsing.
I used the wizard to install a command button in my form
but do not know how to integrate the filtering process.
Any help would be appreciated.
Dim stDocName As String
stDocName = "rptCRASummary"
DoCmd.OpenReport stDocName, acPreview
like to have a user browse the form and upon coming to a
particular record the user would have the ability to pull
up the report which filters only the record that they are
browsing.
I used the wizard to install a command button in my form
but do not know how to integrate the filtering process.
Any help would be appreciated.
Dim stDocName As String
stDocName = "rptCRASummary"
DoCmd.OpenReport stDocName, acPreview