M
Mary P.
I have a table that contains the following fields:
EffDate, Payor, ProcCode, Mod1, Mod2, ProcDesc,
ProductMnemonic, Fee.
With this table, I need to build a form. For the user,
the form should preform the following: The user will
select a payor(Payor field), select a product
(ProductMnemonic field), enter a date of service(EffDate
field), select a Procedure Code(ProcCode field), enter one
or multiple modifiers(Mod1 and Mod2 fields), and from all
this info either selected or entered, the fee(Fee field)
for this info should populate.
Well, making the form look good, was no problem, now to
make it functional, I haven't a clue. Can anyone help me?
I did start with using combo boxes for the "Select a
Payor" and "Select a Product" portions of the form. I
have also set the "Limit to List" property to "yes". My
problem is that the table for each payor and product there
are at least 7,000 lines of procedure codes, so if the
user tried to select one, now, there are thousands of the
same payor or product to scroll through to make their
selection.
Thank you to the poor soul who tries to help this lost one.
EffDate, Payor, ProcCode, Mod1, Mod2, ProcDesc,
ProductMnemonic, Fee.
With this table, I need to build a form. For the user,
the form should preform the following: The user will
select a payor(Payor field), select a product
(ProductMnemonic field), enter a date of service(EffDate
field), select a Procedure Code(ProcCode field), enter one
or multiple modifiers(Mod1 and Mod2 fields), and from all
this info either selected or entered, the fee(Fee field)
for this info should populate.
Well, making the form look good, was no problem, now to
make it functional, I haven't a clue. Can anyone help me?
I did start with using combo boxes for the "Select a
Payor" and "Select a Product" portions of the form. I
have also set the "Limit to List" property to "yes". My
problem is that the table for each payor and product there
are at least 7,000 lines of procedure codes, so if the
user tried to select one, now, there are thousands of the
same payor or product to scroll through to make their
selection.
Thank you to the poor soul who tries to help this lost one.