David Thorpe
New member
- Local time
- Today, 16:00
- Joined
- Apr 11, 2003
- Messages
- 6
I am new to code writing and am beginning, with the aid of a couple of doorstop sized text-books books, by generating tables. So far, I have managed to create tables with various field types, such as text, date, number, currency etc. What defeats me is how to code other properties such as format, validation rule, required, indexed etc.
For example, to add a 16 character NAME column I am using .Columns.Append "NAME", adWChar, 16 - but how should I go about specifying other parameters?
I would appreciate help from anybody who can give me some guidance.
Thank you in anticipation
David T.
For example, to add a 16 character NAME column I am using .Columns.Append "NAME", adWChar, 16 - but how should I go about specifying other parameters?
I would appreciate help from anybody who can give me some guidance.
Thank you in anticipation
David T.