G
Guest
Hi,
I have a select statement and I want to select value from this statement. I
did try the following statement but is not working:
SELECT mytable.ID
FROM SELECT ID
FROM TableName WHERE TableName.ID In (1,2,3,4,5) as mytable
Where mytable.id = 3;
I am using access 2003 Any Idea.
Thanks for help in advance.
I have a select statement and I want to select value from this statement. I
did try the following statement but is not working:
SELECT mytable.ID
FROM SELECT ID
FROM TableName WHERE TableName.ID In (1,2,3,4,5) as mytable
Where mytable.id = 3;
I am using access 2003 Any Idea.
Thanks for help in advance.