Home > database >  How to make a in a drop-down list
How to make a in a drop-down list

Time:09-22

I made a drop-down list, there are equipment department, medical department, floor, etc., I want to make a drop-down list shows the first floor and then is other department

CodePudding user response:

Put the floor on the first item, deselect attributes sorted

CodePudding user response:

reference 1st floor response:
put the floor on the first item, deselect attributes sorted

This is the

CodePudding user response:

If it is DropDownListBox can adjust order
If it is DropDownDW can sort in the data source

CodePudding user response:

Cancel sorted attributes, and then add the item, the data source first sort is adjusted for you want to order, add after order, is the result you want, that is, if you are the first additem is' floor, the floor in front of the display,
  • Related