I was asked to create a continous form with Research Members and their highest acedemic and professional degrees. I had not used a multivalued field before but it seemed this was a good choice. I created a table(tblDegree) with single field of 10 different degrees. I added the multivalued field(Degrees) to tblMember. In the continuous form frmMember bound to tblMember the control was populated as expected. Each degree was automatically separated by a comma.
What I did not like is the alphabetical order in which they appeared, typically the professional degree comes first after the name and then the highest acedemic degree. I created a sortorder field in tblDegree and changed it to the primary key(bound column 2) so professional degree numbers were lower than acedemic degrees. This corrected the arrangement in tblMember datasheet (1", 0"), but in the form frmMember I can only see the bound column sort numbers in the textbox control. The numbers do appear in the correct order for whatever that was worth.
Without getting into discussion on the bads of multivalued fields, is there way to change the continuous form textbox control to populate with correct colunm?
Thanks
You don't know what you don't know...
What I did not like is the alphabetical order in which they appeared, typically the professional degree comes first after the name and then the highest acedemic degree. I created a sortorder field in tblDegree and changed it to the primary key(bound column 2) so professional degree numbers were lower than acedemic degrees. This corrected the arrangement in tblMember datasheet (1", 0"), but in the form frmMember I can only see the bound column sort numbers in the textbox control. The numbers do appear in the correct order for whatever that was worth.
Without getting into discussion on the bads of multivalued fields, is there way to change the continuous form textbox control to populate with correct colunm?
Thanks
You don't know what you don't know...