S
sturose2000
Two questions that may be related:
I'm using Access 2002 to store information gathered from interviews. Among
other things, I have a table for Organizations, a table for Contacts, and a
table for PeopleTypes.
Suppose I'm entering a record for a new Contact.
1. I have a combo box to select which Organization the Contact is associated
with. The field Contacts.Organization is bound by: SELECT
Organizations.OrgID, Organizations.[Organization Name] FROM Organizations;
I've tried to set the Limit To List = No, but since OrgID is hidden I cannot
do that. Ideally, if I enter an Organization that is not in the
Organizations table, can Access create a new entry in Organizations (giving
it the Autonumber OrgID and filling in OrganizationName)?
2. I have a combo box to select which Category the Contact is (e.g. Category
= "Student," "Faculty," "Administrator," etc.) Again, the box is bound by
SELECT PeopleTypes.[PeopleType ID], PeopleTypes.[PeopleType Label] FROM
PeopleTypes; Is there a way to let a single Contact select multiple
PeopleTypes (e.g. John Doe is both Student and Employee) or do I need to use
separate fields?
Thanks in advance,
Stu
(e-mail address removed) (remove _NOSPAM to reply)
I'm using Access 2002 to store information gathered from interviews. Among
other things, I have a table for Organizations, a table for Contacts, and a
table for PeopleTypes.
Suppose I'm entering a record for a new Contact.
1. I have a combo box to select which Organization the Contact is associated
with. The field Contacts.Organization is bound by: SELECT
Organizations.OrgID, Organizations.[Organization Name] FROM Organizations;
I've tried to set the Limit To List = No, but since OrgID is hidden I cannot
do that. Ideally, if I enter an Organization that is not in the
Organizations table, can Access create a new entry in Organizations (giving
it the Autonumber OrgID and filling in OrganizationName)?
2. I have a combo box to select which Category the Contact is (e.g. Category
= "Student," "Faculty," "Administrator," etc.) Again, the box is bound by
SELECT PeopleTypes.[PeopleType ID], PeopleTypes.[PeopleType Label] FROM
PeopleTypes; Is there a way to let a single Contact select multiple
PeopleTypes (e.g. John Doe is both Student and Employee) or do I need to use
separate fields?
Thanks in advance,
Stu
(e-mail address removed) (remove _NOSPAM to reply)