D
Dick Patton
I know this one is really dumb, but i can't seem to get the technique to work.
Tables: MERIT BADGES containg a list of merit badges, SCOUT_ID containg info
on personal, MB_RESOLVER conatins links between a Merit Badge and a Scout ID.
So a Scout_ID can counsel many merit badges and a Merit badge can be
Counseled by many Scout_ID's.
Form: I would like a form that allows a Scout to select a Merit Badge (from
a list box) and retrive all Counselors (by Scout ID) that work with that
merit badge.
Query: I have a query that retrives all records and required information.
I can make it work with a "criteria : Like "*" & [Enter Merit Badge Name] &
"*"
I can't seem to get my Query to respond to a combo box on a form called
MB_QUERY. It just lets me choose an entry and does nothing!
What am i missing?
I get the correct data, but i can't seem to get that to work with the form???
HELP
Tables: MERIT BADGES containg a list of merit badges, SCOUT_ID containg info
on personal, MB_RESOLVER conatins links between a Merit Badge and a Scout ID.
So a Scout_ID can counsel many merit badges and a Merit badge can be
Counseled by many Scout_ID's.
Form: I would like a form that allows a Scout to select a Merit Badge (from
a list box) and retrive all Counselors (by Scout ID) that work with that
merit badge.
Query: I have a query that retrives all records and required information.
I can make it work with a "criteria : Like "*" & [Enter Merit Badge Name] &
"*"
I can't seem to get my Query to respond to a combo box on a form called
MB_QUERY. It just lets me choose an entry and does nothing!
What am i missing?
I get the correct data, but i can't seem to get that to work with the form???
HELP