Ciaran_Enright
New member
- Local time
- Today, 10:09
- Joined
- Nov 24, 2005
- Messages
- 8
I’ve done a search and cannot find any similar queries!
I’ve a table that varies in length on each import. I want to divide it by a variable number in say a list or combo box and return the required no of records.
i.e. table length is 120 so divide it by 10 and return the first 12 records or
Table length is 150 /10 it returns the first 15 records.
Basically I’ve a Cycle Count and need to divide the parts to be counted by the number of people available.
I’ve a table that varies in length on each import. I want to divide it by a variable number in say a list or combo box and return the required no of records.
i.e. table length is 120 so divide it by 10 and return the first 12 records or
Table length is 150 /10 it returns the first 15 records.
Basically I’ve a Cycle Count and need to divide the parts to be counted by the number of people available.