H 
		
								
				
				
			
		hack_tick
hi there guys!
I am looking for MSAcess equivalent of following MsSQL SQL Query
create table Erfahrung (
id_num int identity(1,1) not null,
vorgehen_number int null,
application_type varchar(20) null,
erfahrungsdaten varchar(255) null,
primary key(id_num)
);
any suggestions?
				
			I am looking for MSAcess equivalent of following MsSQL SQL Query
create table Erfahrung (
id_num int identity(1,1) not null,
vorgehen_number int null,
application_type varchar(20) null,
erfahrungsdaten varchar(255) null,
primary key(id_num)
);
any suggestions?
