I have a db that has been modified over and over again. What I have is a form for entering new data, the controls are all unbound. When the data input is finally completed, the user will click a button and the data checked before adding to the table.
The table has far more fields than is required but is still very large.
What I would like to do is to open the table and read the field names which is simple enough. Then see if there is a control name on the form the same field name in the table. If there is no control with the same field name, skip it and go on. I'm stumped.
The table has far more fields than is required but is still very large.
What I would like to do is to open the table and read the field names which is simple enough. Then see if there is a control name on the form the same field name in the table. If there is no control with the same field name, skip it and go on. I'm stumped.