In an existing Form I want to show every field and data..
For that I have to go Form Design View and Insert Existing Field and manually drag and drop every field to the current form....
I wonder if there is any chance to Insert Existing Fields to a Form via a VBA code.. Because I created the table using import from excel and the field name may vary each time depending on the excel file heading rows.
(For example first time there were 5 heading rows and for the next file it has 8 heading rows.. So if it is automated I can see every records)
For that I have to go Form Design View and Insert Existing Field and manually drag and drop every field to the current form....
I wonder if there is any chance to Insert Existing Fields to a Form via a VBA code.. Because I created the table using import from excel and the field name may vary each time depending on the excel file heading rows.
(For example first time there were 5 heading rows and for the next file it has 8 heading rows.. So if it is automated I can see every records)
Comment