G
Guest
I've read the threads on the above -- and posted this problem in another
user's group -- but still can't get it to work. It's on an intake form for
hospital admission. Tbl structure involved in this part is:
Tbl ReferralSourcesAll
ReferralID (autonumber)
ReferralType (text, e.g., hospital, legal, school, etc)
Referral (text,e.g., specific referring entity)
I want 2 boxes -- the 1st to just display the ReferralTypes; the 2nd to
allow input of a specific referring entity based on the results of the 1st. I
can get the 1st box set up, but the 2nd won't work at all, even by itself
(just a list of all the referring entities). I'm assuming I must be setting
properties incorrectly, like bound columns, etc. At this point, I'd settle
for the one combo box with a dropdown list of all referring sources --
Thanks,
Meredith
P.S. I've tried Dev Ashish's code, Ricciardi's from the Knowledge Base, and
the advice of another MVP but am continuing to be stuck.
user's group -- but still can't get it to work. It's on an intake form for
hospital admission. Tbl structure involved in this part is:
Tbl ReferralSourcesAll
ReferralID (autonumber)
ReferralType (text, e.g., hospital, legal, school, etc)
Referral (text,e.g., specific referring entity)
I want 2 boxes -- the 1st to just display the ReferralTypes; the 2nd to
allow input of a specific referring entity based on the results of the 1st. I
can get the 1st box set up, but the 2nd won't work at all, even by itself
(just a list of all the referring entities). I'm assuming I must be setting
properties incorrectly, like bound columns, etc. At this point, I'd settle
for the one combo box with a dropdown list of all referring sources --
Thanks,
Meredith
P.S. I've tried Dev Ashish's code, Ricciardi's from the Knowledge Base, and
the advice of another MVP but am continuing to be stuck.