> How to create a new table that I can add Display, Field Validation, Field Comment, and Map field type to classes?
>
> I use create table [tablename]. It allowed me to add column name only.
>
> Thanks.
> Dan-YeungAdding to what ken already told,
field mapping is done in the
tools->options->Field Mapping tab.
Once you have a
base form for all your forms you can do that in the
tools->options->forms tab.
I like those options a lot based on the fact that I have a framework that separates UI from behaviorclasses so I use one textbox for many purposes. Those purposes are then determined by the behaviorclasses that i can chain to the control. (Chain-of-responsibility technique...)
Boudewijn Lutge®ink
My Blog is here