I have a question about changing over from an Access Database to an Access Project.
In a database I can make a query like...
SELECT * FROM tblItem
WHERE (((tblItem.ItemType)=[Forms]![frmCriteria]![cmbItemType]));
That lets me pass a criteria to a query. How do I accomplish the same thing with an Access Project? I think it should be easy, but it is driving me nuts.
Thanks,
sabloomer
In a database I can make a query like...
SELECT * FROM tblItem
WHERE (((tblItem.ItemType)=[Forms]![frmCriteria]![cmbItemType]));
That lets me pass a criteria to a query. How do I accomplish the same thing with an Access Project? I think it should be easy, but it is driving me nuts.
Thanks,
sabloomer