jeremy0028
Technical User
I have a table called diagnosis which has the following
Diagnosis, description
On a form i have 4 combo box that look up the diagnosis table i also have a field called dx pointers
the 4 combo box are labled dx1, dx2, dx3 dx4
What i want do to is if a user select dx 1 it will show
in the dx pointer field as 1 if user selects dx1 and dx2
combo it will show in the dx pointer field as 1,2 and so forth so if user select all four dx combo in the pointer
field it would show as 1,2,3,4 any ideas
Diagnosis, description
On a form i have 4 combo box that look up the diagnosis table i also have a field called dx pointers
the 4 combo box are labled dx1, dx2, dx3 dx4
What i want do to is if a user select dx 1 it will show
in the dx pointer field as 1 if user selects dx1 and dx2
combo it will show in the dx pointer field as 1,2 and so forth so if user select all four dx combo in the pointer
field it would show as 1,2,3,4 any ideas