Subject Using Default Field Value when Appending
Author wcgage
How can I get the TIBOQuery to use the default value declared in the
Interbase database when I append a new record.

i.e. When I created my table I added some fields that have a default
value. I want to use the default value in those fields if I do not
provide another value when appending a record.

Bill