M
MAB
Is there a way a field can be added to a table when a command button is
clicked on a form? I know how to add records, delete records and update data
in the table in code, but can you actually add a field without being in
table design mode? My user has a table that comes to him with data in the
existing fields already. He uses a form and the code in the form to check
the data in the tables and to update certain fields before using the table
elsewhere. But along the way, he needs to add another field to the table
before it is useful to him. This field must be added after he gets the file,
since the existing application, (which makes the table in the first place),
cannot add the field in advance. Any help would be very much appreciated.
clicked on a form? I know how to add records, delete records and update data
in the table in code, but can you actually add a field without being in
table design mode? My user has a table that comes to him with data in the
existing fields already. He uses a form and the code in the form to check
the data in the tables and to update certain fields before using the table
elsewhere. But along the way, he needs to add another field to the table
before it is useful to him. This field must be added after he gets the file,
since the existing application, (which makes the table in the first place),
cannot add the field in advance. Any help would be very much appreciated.