A
Arnon
I have three separate tables in the accounting department:
Account codes, Locations, Program codes.
I want to create (I guess through using a query) an output of all potential
combinations among three tables.
Example: accounts: 1000, 2000. Locations: 100, 200. Programs: 01,02
This is what I would like to get:
Account Location Program
1000 100 01
1000 100 02
1000 200 01
1000 200 02
2000 100 01
2000 100 02
2000 200 01
2000 200 02
Please let me know a.s.a.p. if this is possible to do in Access (if not how
else).
Thanks in advance,
Arnon
Account codes, Locations, Program codes.
I want to create (I guess through using a query) an output of all potential
combinations among three tables.
Example: accounts: 1000, 2000. Locations: 100, 200. Programs: 01,02
This is what I would like to get:
Account Location Program
1000 100 01
1000 100 02
1000 200 01
1000 200 02
2000 100 01
2000 100 02
2000 200 01
2000 200 02
Please let me know a.s.a.p. if this is possible to do in Access (if not how
else).
Thanks in advance,
Arnon