Thread: Some questions
View Single Post
  #9 (permalink)  
Old 12-17-2008, 03:25 PM
newbie newbie is offline
Junior Member
 
Join Date: Dec 2008
Posts: 14
Default

Hi Erel,

that is the complete Code. Sorry, but i don't understand what you say.
when id do it in one line i get a normal syntax error.
what is the correct syntax to create a table, i don't found a example.

Sub Form1_Show
'create the Database and table
CREATE DATABASE MDEdb
CREATE TABLE MDEdb.ScanData
( Nummer Int Not NULL UNIQUE,
EAN varchar(13) UNIQUE,
Name varchar(30),
Groesse Real,
Einheit varchar(4),
Bisher Int,
Menge Int
)
End Sub


kind regards
Reply With Quote