Selecting multiple records from list box for a report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to be able to select several records to be written to a report. I
tried adapting Allen Brown's coding (http://allenbrowne.com/ser-50.html) to
my unbound list box but am getting an "Invalid Outside Procedure" error
message. Where should I be looking for the error?
 
The code in the link all goes between the lines:
Private Sub cmdPreview_Click()
End Sub

It would seem that you have some code that is outside the procedure, i.e. it
is not between the Private Sub... and End Sub lines.
 
Back
Top