No This is the code of my query from which i get information.
Below is the code of the comobox.
SELECT tblEmployees.EmployeeID, tblEmployees.EmployeeName, tblEmployees.Designation
FROM tblEmployees
WHERE (((tblEmployees.DepartmentID)=2) AND ((tblEmployees.Saved)=Yes))
ORDER BY...
Thanks for your quick kind advise.
Please find below the sql code of my query. For the parametrs of this query I use a form which contain two text boxes and one comobox. text box are for the starting & Ending date and comobox contain the names of employees which are extracted from the emloyees...
Hi,
I have made a form to enter parameters of a query to select record. This form contain a comobox containing the ID's of all employees. When I select any ID it give the required result. I have problem that I wants to add a text in the comobox "All Employees" and when I select this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.