D
DS
The column width thing isn't working...its on a ListBox
It says Type Mismatch and ColumnWidth is highlighted
'ID
Me.TxtStatus = "Select By ID"
With Me.ListEmployees
.RowSource = "SELECT Employees.EmployeeID " & _
"FROM Employees " & _
"ORDER BY Employees.EmployeeID;"
.ColumnCount = 1
.ColumnWidth = "1 in"
.Requery
End With
Any help appreciated.
Thanks
DS
It says Type Mismatch and ColumnWidth is highlighted
'ID
Me.TxtStatus = "Select By ID"
With Me.ListEmployees
.RowSource = "SELECT Employees.EmployeeID " & _
"FROM Employees " & _
"ORDER BY Employees.EmployeeID;"
.ColumnCount = 1
.ColumnWidth = "1 in"
.Requery
End With
Any help appreciated.
Thanks
DS