G
Gator
Are there any tutorials out there that will help me learn how to code a
table and fields from scratch when I need one.
MIchael
table and fields from scratch when I need one.
MIchael
I think what I'm after is how to add a field to a table through an interface,
I guess after the current record is updated / or when another record is
selected.
- Show quoted text -
[email protected] said:Maybe I misread Jeff's question, but why do you need to add another
field to your table on the fly? Usually this is an indication of
improper normalization. If you absolutely have to do it, Allen Browne
has code on his website to do it.
www.allenbrowne.com
Gator said:where in his site?
:
[snip]Maybe I misread Jeff's question, but why do you need to add another
field to your table on the fly? Usually this is an indication of
improper normalization. If you absolutely have to do it, Allen Browne
has code on his website to do it.
www.allenbrowne.com