D
Daniele
I have a question...
I'm doing a "group by" query... the table is like this:
ID CODE
1 A10
2 A10
3 AVC
4 RTS5
5 AVC
I'm trying to obtain something like this:
ID CODE
1 - 2 A10
3 AVC
4 - 5 RTS5
I need to call this query not from access, but by an external
application: I can't use VBA...
Thanks and sorry for my english!
I'm doing a "group by" query... the table is like this:
ID CODE
1 A10
2 A10
3 AVC
4 RTS5
5 AVC
I'm trying to obtain something like this:
ID CODE
1 - 2 A10
3 AVC
4 - 5 RTS5
I need to call this query not from access, but by an external
application: I can't use VBA...
Thanks and sorry for my english!