jim may
Well-known Member
- Joined
- Jul 4, 2004
- Messages
- 7,486
I am using the Multivalued field feature first introduced in Access 2007.
For Example if I have a simple table "Class Enrollment"
With fields:
ID
ClassName
StudentsEnrolled (this field is a multivalued field)
I have 10 classes (records) aready entered
Say, in records 2, 5, and 7 in the StudentsEnrolled - my name "Jim May" appears among 6 or 8 other names, like Bob Jones, Harry Potter, Jim May, Joe Blow
How can I write a parameter query so I could "run it" the parameter dialog box pops up saying "Enter Name" - I then enter: Jim May
and the results show the ClassName(s) for record 2, 5 and 7.
Meaning - What Classes am I currently enrolled in?
Thanks in advance for any help you can offer..
Jim
For Example if I have a simple table "Class Enrollment"
With fields:
ID
ClassName
StudentsEnrolled (this field is a multivalued field)
I have 10 classes (records) aready entered
Say, in records 2, 5, and 7 in the StudentsEnrolled - my name "Jim May" appears among 6 or 8 other names, like Bob Jones, Harry Potter, Jim May, Joe Blow
How can I write a parameter query so I could "run it" the parameter dialog box pops up saying "Enter Name" - I then enter: Jim May
and the results show the ClassName(s) for record 2, 5 and 7.
Meaning - What Classes am I currently enrolled in?
Thanks in advance for any help you can offer..
Jim