I
Iain
Hi all,
I would like to create a make table query and specify a
primary key in the process.
This is the SQL statment for my make table query:
SELECT [Original].[Date], [Original].[Split], [Original].
[Apples], [Original].[Bananas], [Original].[Pears],
[Original].[Grapes] INTO Made
FROM Original;
I would like the field [Original].[Date] to become the
primary key in the new table.
Is their anyway of doing this?
Thanks
Iain
I would like to create a make table query and specify a
primary key in the process.
This is the SQL statment for my make table query:
SELECT [Original].[Date], [Original].[Split], [Original].
[Apples], [Original].[Bananas], [Original].[Pears],
[Original].[Grapes] INTO Made
FROM Original;
I would like the field [Original].[Date] to become the
primary key in the new table.
Is their anyway of doing this?
Thanks
Iain