L
Lou Civitella
Can some one show me an example of a CREATE TABLE statement. I am having
some difficulty with adding default values and field formats.
This is what I have so far.
dbs.execute "CREATE TABLE Table1 (Field1 Text(10), Field2 Double)"
What I would like to do is add default values to both fields and also to add
a Currency format to Field2. I want to leave Field2 as a Double, I just want
to change its format to Currency.
Thanks In Advance,
Lou
some difficulty with adding default values and field formats.
This is what I have so far.
dbs.execute "CREATE TABLE Table1 (Field1 Text(10), Field2 Double)"
What I would like to do is add default values to both fields and also to add
a Currency format to Field2. I want to leave Field2 as a Double, I just want
to change its format to Currency.
Thanks In Advance,
Lou