Decimal data type in access

P

Patty O'Dors

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.
 
Top