jeremy0028
Technical User
I have the following table called people
PersonID(pk Autonumber)
LastName
FirstName
Mi
PrimaryInsurance(lookup)
SecondaryInsurance(Lookup)
I have a form called add charge and on that form i have a combo box billed to Which looks up people table personID, PrimaryInsurance,Secondary Insurance
Heres the problem i'm having with the bill to. the combo box is display the Person Primary and Secondary insurance as 2 columns Example Medicare Medical.
I want the combo box to look like this
Meidcare
Medical
In one column not to any ideas.
PersonID(pk Autonumber)
LastName
FirstName
Mi
PrimaryInsurance(lookup)
SecondaryInsurance(Lookup)
I have a form called add charge and on that form i have a combo box billed to Which looks up people table personID, PrimaryInsurance,Secondary Insurance
Heres the problem i'm having with the bill to. the combo box is display the Person Primary and Secondary insurance as 2 columns Example Medicare Medical.
I want the combo box to look like this
Meidcare
Medical
In one column not to any ideas.