hi people, i have problem with creating a field that reads as
1.01
2.01
3.01
4.01
.........
x.01
where x is running autonumber from ascending order
i need it to be in a query and I've tried to put in autonumber in the query itself which works fine but it splits up the number. for e.g.
1.01 Record1 500
2.01 Record1 100
3.01 Record2 1000
and i really need to show it as
1.01 Record1 600
2.01 Record2 1000
i have also tried creating a separate table with ID (Autonumber) and linked with the query but the outcome has duplicated records despite me having linked that to the primary key
Can anyone advise what is the best way to create the field? thanks!
Can anyone
1.01
2.01
3.01
4.01
.........
x.01
where x is running autonumber from ascending order
i need it to be in a query and I've tried to put in autonumber in the query itself which works fine but it splits up the number. for e.g.
1.01 Record1 500
2.01 Record1 100
3.01 Record2 1000
and i really need to show it as
1.01 Record1 600
2.01 Record2 1000
i have also tried creating a separate table with ID (Autonumber) and linked with the query but the outcome has duplicated records despite me having linked that to the primary key
Can anyone advise what is the best way to create the field? thanks!
Can anyone