Kinger43
racecar driver
- Local time
- Today, 13:10
- Joined
- Aug 17, 2007
- Messages
- 226
Can anybody tell me why this SQL statement won't run in in the RunSQL macro action.
SELECT Open_Issues.* FROM Open_Issues WHERE ((Open_Issues.Account_No)=(Forms.Open_Issues_Viewer.Text64));
It tells me that the RunSQL action must have an SQL statement for an arguement when I try to run the macro. I thought that was a perfectly valid SQL statement considering i checked it with a query.
SELECT Open_Issues.* FROM Open_Issues WHERE ((Open_Issues.Account_No)=(Forms.Open_Issues_Viewer.Text64));
It tells me that the RunSQL action must have an SQL statement for an arguement when I try to run the macro. I thought that was a perfectly valid SQL statement considering i checked it with a query.