J
Jamie Risk
Thanks already to TW, JV and JC who helped me define the following.
I've posted here earlier and received responses that would undoubtedly have
helped competent Access users. What I gleaned from those charitable enough
to respond was that I don't understand how to structure my database. This
is a fundamental problem.
I've got data from two sources, which I can import into two seperate tables.
For the sake of description, I'll call the tables "Professionals" and
"Politicians", each having a similar field describing geographiclal
location. Choosing "Politicians" as one of the tables names is quite
suitable because there can only be one 'politician' per geographical
location (district). For matching 'Districts' between the two tables, I need
to organize a one meeting per 'Politician' where 1 or more 'Professionals'
from their district would be in attendance.
What I'd already tried (and was told was a bad idea - not sure why) was to
have a table of "Districts", a table of "Politicians" and a table of
"Professionals". In each of the "Politicians" and "Professionals" tables, I
(here is the reputed bad idea) created a table lookup to "Districts". Made
sense to me, their was a 'Wizard' to help me do this, and the idea of fixing
the "Districts" field to a static list would make my query more reliable (no
typos etc.).
I was able to get my query to produce matchups between the "Politicians" and
"Professionals" but I couldn't figure out how to reference that query
information to record a meeting time.
Now, it was suggested that I use forms to handle alot of my constraints,
rather than table lookups. Four things I liked about the table lookup
feature was that cryptic ID numbers were hidden from the user, query results
were sure to be exact, duplication of data was avoided and the option to
only allow records from the list could be enforced. I know I can do this
all with forms, but I don't know the best way to organize it.
I know it's asking alot, but:
* How should I structure my tables/forms too
- use pre-existing 'Politician' and 'Professional' tables (these can
be modified if need be)
- producing a query that results in 'Politicians' with 'Professionals'
from the same district
- schedule a time and place for meetings between 'Politicians' and
'Professionals' from the same district
- produce individual and master schedules for all people involved.
I've posted here earlier and received responses that would undoubtedly have
helped competent Access users. What I gleaned from those charitable enough
to respond was that I don't understand how to structure my database. This
is a fundamental problem.
I've got data from two sources, which I can import into two seperate tables.
For the sake of description, I'll call the tables "Professionals" and
"Politicians", each having a similar field describing geographiclal
location. Choosing "Politicians" as one of the tables names is quite
suitable because there can only be one 'politician' per geographical
location (district). For matching 'Districts' between the two tables, I need
to organize a one meeting per 'Politician' where 1 or more 'Professionals'
from their district would be in attendance.
What I'd already tried (and was told was a bad idea - not sure why) was to
have a table of "Districts", a table of "Politicians" and a table of
"Professionals". In each of the "Politicians" and "Professionals" tables, I
(here is the reputed bad idea) created a table lookup to "Districts". Made
sense to me, their was a 'Wizard' to help me do this, and the idea of fixing
the "Districts" field to a static list would make my query more reliable (no
typos etc.).
I was able to get my query to produce matchups between the "Politicians" and
"Professionals" but I couldn't figure out how to reference that query
information to record a meeting time.
Now, it was suggested that I use forms to handle alot of my constraints,
rather than table lookups. Four things I liked about the table lookup
feature was that cryptic ID numbers were hidden from the user, query results
were sure to be exact, duplication of data was avoided and the option to
only allow records from the list could be enforced. I know I can do this
all with forms, but I don't know the best way to organize it.
I know it's asking alot, but:
* How should I structure my tables/forms too
- use pre-existing 'Politician' and 'Professional' tables (these can
be modified if need be)
- producing a query that results in 'Politicians' with 'Professionals'
from the same district
- schedule a time and place for meetings between 'Politicians' and
'Professionals' from the same district
- produce individual and master schedules for all people involved.