ProgramError
Programmer
Hi
I'm based at Manchester Metropolitan University and we're using Access to create a TV off air tape recording database. We create a report preview of a label, using the current record. these labels are used for the dvds and tapes recordings asked for by the academic staff.
The problem I need help with is to produce more than one copy of the label from the current record.
EG I want 4 copies of the current record printed out on a VHS spine label sheet (there are 16 labeles on the sheet) What I don't want the user to do is have to use 4 sheets of labels and end up with one printed label at the top of each sheet. any Ideas?
current routine uses this code but doesn't work
If the progno was 1 and copies was 3 then "[progno] = 1 & 1 & 1 & 1" is placed in the reports filter by perameter and won't show the report.
Anyone know the right Syntax.
This thread will be added to the VBA SQL and VBA form forums.
Program Error
Why is it, I still think in terms of spectrum BASIC!
I'm based at Manchester Metropolitan University and we're using Access to create a TV off air tape recording database. We create a report preview of a label, using the current record. these labels are used for the dvds and tapes recordings asked for by the academic staff.
The problem I need help with is to produce more than one copy of the label from the current record.
EG I want 4 copies of the current record printed out on a VHS spine label sheet (there are 16 labeles on the sheet) What I don't want the user to do is have to use 4 sheets of labels and end up with one printed label at the top of each sheet. any Ideas?
current routine uses this code but doesn't work
Code:
strWhere = strWhere & " & " & Me.[ProgNo]
For i = i To copies
DoCmd.OpenReport strReportName, acViewPreview, , strWhere
Anyone know the right Syntax.
This thread will be added to the VBA SQL and VBA form forums.
Program Error
Why is it, I still think in terms of spectrum BASIC!