N
Nad
I have project update form based on parameter query. In the query
ProjectEngineer Criteria field, I put ( Like [forms]![formfind]![combo1] ) .
The record source of query is TblProject and fields are ProjectEng,….etc.
The row source of combo1 of Formfind is a query as
SELECT [Employees Extended].ID, [Employees Extended].[Employee Name] FROM
[Employees Extended] ORDER BY [Employees Extended].[Employee Name];
The Employee Extended is a query from Employee table.
Also I set the column width 0;2 so that it display only the Engineers name
not the ID.
The problem is that, When I open the ProjectUpdate form , the Formfind is
asking for the Engineers name but when I select the engineer name in the
Combo box, I am getting no data found message but when I write the ID then
its Ok.
I understand the problem is in the Formfind as the combobox is fetching two
data EmpID and EmpName. But I want to display EngName in the FrmFind not the
ID.
Hopefully I able explain you.
Please help to resolve.
Regards,
ProjectEngineer Criteria field, I put ( Like [forms]![formfind]![combo1] ) .
The record source of query is TblProject and fields are ProjectEng,….etc.
The row source of combo1 of Formfind is a query as
SELECT [Employees Extended].ID, [Employees Extended].[Employee Name] FROM
[Employees Extended] ORDER BY [Employees Extended].[Employee Name];
The Employee Extended is a query from Employee table.
Also I set the column width 0;2 so that it display only the Engineers name
not the ID.
The problem is that, When I open the ProjectUpdate form , the Formfind is
asking for the Engineers name but when I select the engineer name in the
Combo box, I am getting no data found message but when I write the ID then
its Ok.
I understand the problem is in the Formfind as the combobox is fetching two
data EmpID and EmpName. But I want to display EngName in the FrmFind not the
ID.
Hopefully I able explain you.
Please help to resolve.
Regards,