E
EC300
Hello,
trying to make a querie to sort a table into a few list
boxes.
Table Emp_Info
1 auto# (auto#)
2 Name (text)
3 HCA (yes/no)
4 RN (yes/no)
5 DR (yes/no)
6 Fellow (yes/no)
7-18 address, phone ect.
Quarie Emp_Info
would like it to look like
1 Names with HCA in Table Emp_Info = yes in a list box
2 Names with RN in Table Emp_Info = yes in a list box
3 Names with DR in Table Emp_Info = yes in a list box
4 Names with Fellow in Table Emp_Info = yes in a list box
I came up with this but it displays no data
"select [Emp_info]![Name] were [Emp_info]![HCA] = true"
it just displays an empty list box.
I also have sort set to acending if that would make a
differance some how.
thx
EC300
trying to make a querie to sort a table into a few list
boxes.
Table Emp_Info
1 auto# (auto#)
2 Name (text)
3 HCA (yes/no)
4 RN (yes/no)
5 DR (yes/no)
6 Fellow (yes/no)
7-18 address, phone ect.
Quarie Emp_Info
would like it to look like
1 Names with HCA in Table Emp_Info = yes in a list box
2 Names with RN in Table Emp_Info = yes in a list box
3 Names with DR in Table Emp_Info = yes in a list box
4 Names with Fellow in Table Emp_Info = yes in a list box
I came up with this but it displays no data
"select [Emp_info]![Name] were [Emp_info]![HCA] = true"
it just displays an empty list box.
I also have sort set to acending if that would make a
differance some how.
thx
EC300