GaryPanic
10-02-2006, 08:52 AM
Hellooo
Hi gurus
I have a smallish problem
I have two tables that I need to join togther - normally no problem
I have one table with 1 event on it- easy
however if I have more than 1 event on it I have another table that opens up and I add multiple evnets to it
main id number 12345 with 1 event on it and
23456 may have 20 events on it
on my other table (with multiples on it) i have this autonumbered (this is great unique id - now i need to make a temp table to include boths sets of data in one file
1 event table - easy
multi event tabel I want it to get the main refernce fromt he first table (using 23456 as the example) and have it list these in the table - main refer 23456-multi table unique ref number 23456-1 , 23456-2
so my table should have
12345
23456-1
23456-2
23456-etc
I have been using append qry to make tables - any pointers would be great
GP
Hi gurus
I have a smallish problem
I have two tables that I need to join togther - normally no problem
I have one table with 1 event on it- easy
however if I have more than 1 event on it I have another table that opens up and I add multiple evnets to it
main id number 12345 with 1 event on it and
23456 may have 20 events on it
on my other table (with multiples on it) i have this autonumbered (this is great unique id - now i need to make a temp table to include boths sets of data in one file
1 event table - easy
multi event tabel I want it to get the main refernce fromt he first table (using 23456 as the example) and have it list these in the table - main refer 23456-multi table unique ref number 23456-1 , 23456-2
so my table should have
12345
23456-1
23456-2
23456-etc
I have been using append qry to make tables - any pointers would be great
GP