G
Guest
Good day everyone,
I have a table that has 10 fields, but for this question, I think I only
need two.
tblFixes
---------
ID...FixNo
1....1
2....2
3....3
4....4
5....1
6....2
7....3
8....4
9....1
10...2
11...3
12...4
13...5
14...6
15...1
16...1
17...1 and so on.
I am trying to get the following in a query or script, ( I have good
knowledge with queries and how they work, not so good with VB code.
tblFixes
---------
ID...FixNo....FixGroup
1....1..........1
2....2..........1
3....3..........1
4....4..........1
5....1..........2
6....2..........2
7....3..........2
8....4..........2
9....1..........3
10...2.........3
11...3.........3
12...4.........3
13...5.........3
14...6.........3
15...1.........4
16...1.........5
17...1.........6
I tried a vareity of things inluding DLookup expressions and other methods.
No luck so far. Thanks in advance for any suggestions, comments or Ideas.
Note: there are about 70,000 records all distinguishable by the ID which is
an autonumber.
Eskimo
I have a table that has 10 fields, but for this question, I think I only
need two.
tblFixes
---------
ID...FixNo
1....1
2....2
3....3
4....4
5....1
6....2
7....3
8....4
9....1
10...2
11...3
12...4
13...5
14...6
15...1
16...1
17...1 and so on.
I am trying to get the following in a query or script, ( I have good
knowledge with queries and how they work, not so good with VB code.
tblFixes
---------
ID...FixNo....FixGroup
1....1..........1
2....2..........1
3....3..........1
4....4..........1
5....1..........2
6....2..........2
7....3..........2
8....4..........2
9....1..........3
10...2.........3
11...3.........3
12...4.........3
13...5.........3
14...6.........3
15...1.........4
16...1.........5
17...1.........6
I tried a vareity of things inluding DLookup expressions and other methods.
No luck so far. Thanks in advance for any suggestions, comments or Ideas.
Note: there are about 70,000 records all distinguishable by the ID which is
an autonumber.
Eskimo