Hi all
I have a report which shows all clients, i want to print off the same report one record only, is this possible?
many thanks
maintt
Function OriginalsImage_Report()
With CodeContextObject
DoCmd.OpenReport "Originals Images Large", acViewPreview, "", "[Orig Old Stock]=" & .[Orig Old Stock], acWindowNormal
End With
End Function