J
Jen
Hi,
I have a table "Project" which fields are ID, Title, Owner, and details, and
due date.
I have a simple form which drop-down box of list of Owner.
Once an owner selected, macro open a query in below and display the result.
SELECT Project.ID, Project.Title, Project.Details, Project.Date
FROM Project
WHERE Project.Owner=Forms!SelectOwner!SelectOwner;
Now my manager asks me to add "All" to the drop-down box and once "All"
selected, display all project.
Could anybody help me?
Thank you in advance.
Jen
I have a table "Project" which fields are ID, Title, Owner, and details, and
due date.
I have a simple form which drop-down box of list of Owner.
Once an owner selected, macro open a query in below and display the result.
SELECT Project.ID, Project.Title, Project.Details, Project.Date
FROM Project
WHERE Project.Owner=Forms!SelectOwner!SelectOwner;
Now my manager asks me to add "All" to the drop-down box and once "All"
selected, display all project.
Could anybody help me?
Thank you in advance.
Jen