CreateField

  • Thread starter Thread starter Ray Hogan
  • Start date Start date
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.
 
Back
Top