G
Gibson
Is it possible to determine if a field exists in a table through code. Let
me explain. I have a database system with a backend and a frontend. I want to
update the backend by adding a new field into a table. When I open the main
form I want to test the backend table for the existence of the field. (There
may be no data in the field) If the field does not exist in the table then
my code adds the field to the table. I know how to test for data in a field,
I'm not sure how to test for existence of the field itself.
Anybody give me some clues. Thanks.
me explain. I have a database system with a backend and a frontend. I want to
update the backend by adding a new field into a table. When I open the main
form I want to test the backend table for the existence of the field. (There
may be no data in the field) If the field does not exist in the table then
my code adds the field to the table. I know how to test for data in a field,
I'm not sure how to test for existence of the field itself.
Anybody give me some clues. Thanks.