Hi
I need to know how to create a table with the 'decimal' data type in MS
Access , via the create table statement. using
create table testtable(testcol decimal(10,2) null)
obviously doesn't work.
|
|
0
|
|
|
|
Reply
|
Utf
|
8/6/2004 12:15:02 PM |
|
hi
"Patty O'Dors" <PattyODors@discussions.microsoft.com> wrote in message
news:FAF22A5A-ABF4-4055-9969-CDB31AAF0216@microsoft.com...
> Hi
>
> I need to know how to create a table with the 'decimal' data type in MS
> Access , via the create table statement. using
> create table testtable(testcol decimal(10,2) null)
> obviously doesn't work.
>
>
|
|
0
|
|
|
|
Reply
|
panida
|
9/1/2004 11:40:40 AM
|
|