justinwright
Registered User.
- Local time
- Today, 03:57
- Joined
- Jul 14, 2010
- Messages
- 19
I'm looking to structure a query that would match ALL of the following critera:
SITE
PAMOUNT
DateAdded
Initial
Then delete it; these are going to be text boxes on a form with a button to search in case of accidental/erraneous entry.
I would use a unique ID to do it, but I've already implemented it and I'd like to just have something that will specifically match multiple critera (see above) and delete that entry.
Any help is much appreciated
.
Justin
EDIT:
The only other issue I see is that the DateAdded might be structured 8/11/2010 or like 12/11/2010, depending on if the month is two-digit or not.
SITE
PAMOUNT
DateAdded
Initial
Then delete it; these are going to be text boxes on a form with a button to search in case of accidental/erraneous entry.
I would use a unique ID to do it, but I've already implemented it and I'd like to just have something that will specifically match multiple critera (see above) and delete that entry.
Any help is much appreciated

Justin
EDIT:
The only other issue I see is that the DateAdded might be structured 8/11/2010 or like 12/11/2010, depending on if the month is two-digit or not.