J
John Daily
I have an unbound main form (frmCustServTest) with an
unbound combo box (cboDenialCodes), an unbound list box
(lstPatientDenials), and an unbound subform
(sbfrmCustServDenials).
The user will choose a transaction code from the combo box
and that will pull all accounts from a query that are
associated with that transaction code and list them in the
listbox.
What I am trying to do is this:
When the user clicks on one record in the listbox, I want
that information to populate the subform. Even if I could
get just the bound column of record selected to populate
that would be great.
When the information populates the subform I want the user
to be able to use a check box to mark whether or not the
acct has been worked. When the box is checked then the
user can click on a save button to save that info to an
UpdatedInfo table I have.
Any suggestions are appreciated!
TIA,
John Daily
unbound combo box (cboDenialCodes), an unbound list box
(lstPatientDenials), and an unbound subform
(sbfrmCustServDenials).
The user will choose a transaction code from the combo box
and that will pull all accounts from a query that are
associated with that transaction code and list them in the
listbox.
What I am trying to do is this:
When the user clicks on one record in the listbox, I want
that information to populate the subform. Even if I could
get just the bound column of record selected to populate
that would be great.
When the information populates the subform I want the user
to be able to use a check box to mark whether or not the
acct has been worked. When the box is checked then the
user can click on a save button to save that info to an
UpdatedInfo table I have.
Any suggestions are appreciated!
TIA,
John Daily