GA / Value list prints in report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am new to accees and have a bug. This is my query:

SELECT T_Employees.[Employee ID], T_Employees.LastName,
T_Employees.Title
FROM T_Employees;

The field 'title' contains a value list of 8 choices in
table 'Employee'. When i generate a report of this qry I
get all the values of the field printed and the value i
chose is in reverse video.

any suggestions for a newbie ? thanx.
 
Back
Top