G
Guest
I have a table that lists possible billing codes. Each billing code consists
of a # and a description. That table automatically populates my combo box. I
know that I can "ORDER BY" the Billing Code # or the Billing Code
Description, but is there anyway I can have the most commonly selected
billing code at the top of the combo list? (And the others following
sequentially (by # of times selected)? This would of course change every time
someone entered in a new bill. (Can this be done using an aggregate function
query?)
of a # and a description. That table automatically populates my combo box. I
know that I can "ORDER BY" the Billing Code # or the Billing Code
Description, but is there anyway I can have the most commonly selected
billing code at the top of the combo list? (And the others following
sequentially (by # of times selected)? This would of course change every time
someone entered in a new bill. (Can this be done using an aggregate function
query?)