If IsNull(GetWorkSection) Then
Else
Me.GetDeviceName.RowSource = "SELECT DeviceNameCn,DeviceID FROM [tblDevice] WHERE BelongToSection=""" + Me.GetWorkSection + """" + " ORDER BY tblDevice.DeviceSeq; " '"ORDER by [tblCesetDevice].deciveSeq"
Debug.Print DeviceID.Value
End If