C
Caroline
I have a field on a form called 'related complaint upper'
and in it lists a bunch of medical conditions. I have
set the the multi-select property to Simple so that I can
select more than one item on the list. Then I have
created a button on the form that I would like to be able
to push which would run some sort of Event Procedure and
would populate another field on the form called 'Related
Complaints'. These would be kept on a table. My trouble
is figuring out the correct Event Procedure to do this
update.
I am taking this project over from someone else. They
originally had an Event Procedure in the first field
called 'related complaint upper' that would work on a
double click. The problem was that once the user double-
clicked an item from the list it went right away to
the 'Related Complaints' field and they didn't have a way
to unselect it. I think that with a button that will
solve the problem they were having. They can just select
all the items, when they are sure of what they have, they
can click the update button. I tried to move the Event
Procedure from where they had it originally ('related
complaint upper') and put it with the button but that did
not work.
Any help would be greatly appreciated.
and in it lists a bunch of medical conditions. I have
set the the multi-select property to Simple so that I can
select more than one item on the list. Then I have
created a button on the form that I would like to be able
to push which would run some sort of Event Procedure and
would populate another field on the form called 'Related
Complaints'. These would be kept on a table. My trouble
is figuring out the correct Event Procedure to do this
update.
I am taking this project over from someone else. They
originally had an Event Procedure in the first field
called 'related complaint upper' that would work on a
double click. The problem was that once the user double-
clicked an item from the list it went right away to
the 'Related Complaints' field and they didn't have a way
to unselect it. I think that with a button that will
solve the problem they were having. They can just select
all the items, when they are sure of what they have, they
can click the update button. I tried to move the Event
Procedure from where they had it originally ('related
complaint upper') and put it with the button but that did
not work.
Any help would be greatly appreciated.