I have a delete query which has a field "Date Purchased". On my form frmDeleteByDate I have a box "Date" formatted as Medium Date.
In the query in the "Date Purchased" column I have <[forms]![frmDeleteByDate]![Date] the object being to delete all records with a date less than the date entered.
If I run the query direct and enter a date when requested the required records are deleted but if I enter the required date into frmDeleteByDate and call the query all records are deleted.
Any help would be greatly appreciated.
NWTrust
In the query in the "Date Purchased" column I have <[forms]![frmDeleteByDate]![Date] the object being to delete all records with a date less than the date entered.
If I run the query direct and enter a date when requested the required records are deleted but if I enter the required date into frmDeleteByDate and call the query all records are deleted.
Any help would be greatly appreciated.
NWTrust