G
Guest
I have the following query
SELECT NFind.BId, NFind.NTCCY, NFind.NTFs, NFind.NTDueDate, [F Type].Type
FROM NFind INNER JOIN [F Type] ON NFind.TypeId = [F Type].TypeId
WHERE (((NFind.NTDueDate) Between [Enter date] And [Enter date]));
however the query is not allowing me to enter the second date
Any suggestions, help would be greatly appreciated
SELECT NFind.BId, NFind.NTCCY, NFind.NTFs, NFind.NTDueDate, [F Type].Type
FROM NFind INNER JOIN [F Type] ON NFind.TypeId = [F Type].TypeId
WHERE (((NFind.NTDueDate) Between [Enter date] And [Enter date]));
however the query is not allowing me to enter the second date
Any suggestions, help would be greatly appreciated