jsteph,
Thanks for the great suggestion, you were right on! I did a little research on the movelayout method and was able to piece together the following code:
Option Compare Database
Dim mintRecordCount As Integer 'tracks the current recourd
Dim mblnPrint...
Sorry everyone for the confusion. Sometimes we forget what is clear to ourselves, is clear as mud to everyone else. Let me try to clarify the situation.
The serial number is a field in my table. I have to print a complete and distinct (i.e. from a separate record) serial number in five...
KornGeek,
Thanks for the response and sorry for the confusion.
I am trying to get output that looks like your second example:
1 | 2
------
3 | 4
------
O | 5
------
I need to print a serial number on a pre-printed 8.5 by 11 inch form that looks something like this:
X | X
------
X | X
------
O | X
------
The X's represent a spot where the serial number is to be printed and the O represents a spot where nothing is printed.
I have tried a couple a...
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.