Default value in Created table

J

JM

Hi,

I am creating a table using ADO, for one of the columns (field) I need a
default value, but I do not know how to do it. Any help??

Thanks,

Jaime
 
F

Fotios Lindiakos

This should take care of it

tbl.Columns("FieldName").Properties("Default").Value = "blah"

--
Frank Lindiakos
Application Developer
WeberSystems Inc.
(e-mail address removed)
(e-mail address removed)
 
¹

¹Ú¹®¼ö

Fotios Lindiakos said:
This should take care of it

tbl.Columns("FieldName").Properties("Default").Value = "blah"

--
Frank Lindiakos
Application Developer
WeberSystems Inc.
(e-mail address removed)
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top