G
Guest
I have a "customerEntry" form where I have a drop down list to choose either
Residential or Comercial. This entry determines which report to print. I
have 2 reports "CProposal" and "RProposal" that are formatted differently.
I currently use two different comands buttons to print one ore the other
report. I would like just one.
Each comand looks like this
Dim stDocName As String
stDocName = "reportname"
DoCmd.OpenReport stDocName, acNormal, , "[ID]=" & Me!ID
Any help would be great
Thanks
Mike
Residential or Comercial. This entry determines which report to print. I
have 2 reports "CProposal" and "RProposal" that are formatted differently.
I currently use two different comands buttons to print one ore the other
report. I would like just one.
Each comand looks like this
Dim stDocName As String
stDocName = "reportname"
DoCmd.OpenReport stDocName, acNormal, , "[ID]=" & Me!ID
Any help would be great
Thanks
Mike