I've been working on an OnPrint module that contains the following:
Function PlayerNumber(R As Report)
plyrs = Me.[Number of Players].Value
If plyrcount < (plyrs - 1) Then
R.NextRecord = False
plyrcount = plyrs + 1
Else
plyrcount = 0...
Thank you in advance to anyone who can provide assistance.
To give some background, I'm working on a database to manage golf course reservations for the resort I work at. I am working on creating a report to print vouchers for guests that we have reserved tee-times for to take to the area...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.