CreateField

R

Ray Hogan

Hi,
I wish to create Yes/No field and would be obliged if you could advise
correction to the following code.

Set fld = tbl.CreateField("tblTempActive", DB_yes)

fld.OrdinalPosition = 6

fld.Required = False

tbl.Fields.Append fld

Thanking you in anticipation.

Rayh.
 

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

Similar Threads


Top