C
Chaster
I have a tblCheckNumber with 1 field [LCN] which will store the Last Check
Number that was printed.
I am not sure if what I want to do should be done on the On Print or On
Format so your advise here would be appreciated.
Every time a new check is printed I want to update the value in the
tblCheckNumber by 1.
Starting value in tblCheckNumber = 10
1st Check prints and updates tblCheckNumber![LCN] = 11
2nd Check prints and updates tbleCheckNumber![LCN] = 12
etc, etc.
TIA
Number that was printed.
I am not sure if what I want to do should be done on the On Print or On
Format so your advise here would be appreciated.
Every time a new check is printed I want to update the value in the
tblCheckNumber by 1.
Starting value in tblCheckNumber = 10
1st Check prints and updates tblCheckNumber![LCN] = 11
2nd Check prints and updates tbleCheckNumber![LCN] = 12
etc, etc.
TIA