G
Guest
Have a report based on a query with 100 records. Using a
calculation in a text box that says ="Pallet#" &
(txtLineCount\5+1) which in turn repeats pallet numbers
every 4th record. Example: Record 1-4 is Pallet#1,
Record 5-8 is Pallet#2, etc. Have a text box called
txtLineCount that says =1 in the control source. This
calculation works fine for the first four records, but
after that it goes to every 5 records. Had written a few
weeks ago, and thought it was working but not quite.
Tried different calculations such as 4+1 and some iif
statements but nothing is working. Is there something I
could add to this to make it work? Thanks!
calculation in a text box that says ="Pallet#" &
(txtLineCount\5+1) which in turn repeats pallet numbers
every 4th record. Example: Record 1-4 is Pallet#1,
Record 5-8 is Pallet#2, etc. Have a text box called
txtLineCount that says =1 in the control source. This
calculation works fine for the first four records, but
after that it goes to every 5 records. Had written a few
weeks ago, and thought it was working but not quite.
Tried different calculations such as 4+1 and some iif
statements but nothing is working. Is there something I
could add to this to make it work? Thanks!