George Too
Registered User.
- Local time
- Today, 10:20
- Joined
- Aug 12, 2002
- Messages
- 198
Hello All,
The following SQL statement is promting the user to enter machine number. Why? If I remove that part of the statement then it works fine.
SELECT tblData.* FROM tblData WHERE tlbData.[Machine] IN('WH3') AND tblData.[Project] Like '*' AND tblData.[Repeat] Like '*' AND tblData.[Run_Date] Like '*';
Any input is appreciated.
Thanks,
Geo Too
The following SQL statement is promting the user to enter machine number. Why? If I remove that part of the statement then it works fine.
SELECT tblData.* FROM tblData WHERE tlbData.[Machine] IN('WH3') AND tblData.[Project] Like '*' AND tblData.[Repeat] Like '*' AND tblData.[Run_Date] Like '*';
Any input is appreciated.
Thanks,
Geo Too