M
Mike
Hi,
I have created a command button to print the current
record however it prints all records. What changes do I
nee to make?
Dim stDocName As String
stDocName = "Current1"
DoCmd.OpenReport stDocName, acNormal
Thanks,
Mike
I have created a command button to print the current
record however it prints all records. What changes do I
nee to make?
Dim stDocName As String
stDocName = "Current1"
DoCmd.OpenReport stDocName, acNormal
Thanks,
Mike