S
Stuart E. Wugalter
Hello Folks!
Here is my simple SQL statement, which I thought would create a Table from
my query:
CREATE TABLE ORDER_NUMS (OrderNum text)
AS
SELECT DISTINCT [tbl Master Table].[Order #]
FROM [tbl Master Table];
Access 2002 does not like this syntax. Can anyone help me create a table
from a query of another table. Thanks in advance. (Hey, I am just learning
this stuff ok? Please send responses to email below.
Stuart E. Wugalter
Statistician II
Zilkha Neurogenetic Institute
Keck School of Medicine
E-Mail: (e-mail address removed)
Here is my simple SQL statement, which I thought would create a Table from
my query:
CREATE TABLE ORDER_NUMS (OrderNum text)
AS
SELECT DISTINCT [tbl Master Table].[Order #]
FROM [tbl Master Table];
Access 2002 does not like this syntax. Can anyone help me create a table
from a query of another table. Thanks in advance. (Hey, I am just learning
this stuff ok? Please send responses to email below.
Stuart E. Wugalter
Statistician II
Zilkha Neurogenetic Institute
Keck School of Medicine
E-Mail: (e-mail address removed)