E
Engels
I am creating an "events" style database (training courses) and i have a
select query that returns a count of all the people enrolled on each
course... i want to return this query data back into an existing Table called
Training Course into a column called "CountOfNumber Enrolled"
The Query runs off a table called "Registrations" that has a relationship
back to the Table i want to put the Data in (Training course) based around
the individual course ID (Primary key in the Training course table). The
query returns a count of the number of records in the Registration table for
each Course ID.
How do i put this data in the existing table (i don't really want to create
a new table)
I'm running Access 2000 and am very rusty in my database design skills so
please trat me as a newbie...
select query that returns a count of all the people enrolled on each
course... i want to return this query data back into an existing Table called
Training Course into a column called "CountOfNumber Enrolled"
The Query runs off a table called "Registrations" that has a relationship
back to the Table i want to put the Data in (Training course) based around
the individual course ID (Primary key in the Training course table). The
query returns a count of the number of records in the Registration table for
each Course ID.
How do i put this data in the existing table (i don't really want to create
a new table)
I'm running Access 2000 and am very rusty in my database design skills so
please trat me as a newbie...