[thelist] MS Access question

Ryan Carmody carmodyryan at hotmail.com
Thu Apr 12 09:20:12 CDT 2001


To all,

Does anyone know if it's possible to create a table in MS Access using SQL 
like
CREATE TABLE [dbo].[calendar_category] (
	[calendar_category_ID] [int] IDENTITY (1, 1) NOT NULL ,
	[agent_ID] [int] NULL ,
	[calendar_category_descr] [varchar] (20) NULL
) ON [PRIMARY]
GO
?
If so how?

TIA,
Ryan Carmody
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com





More information about the thelist mailing list