Insert Existing Fields to forms

jithb4u

New member
Local time
Today, 05:02
Joined
Aug 12, 2022
Messages
5
Hy all,
I want to insert existing fields from current table to the form.
I can do it manually in design view...
The field names can vary each time (i did it with import excel spreadsheet method)
But is there any chance to done it with vba code or macro??
Thanks in advance
 

Attachments

  • Untitled-1.jpg
    Untitled-1.jpg
    161.7 KB · Views: 150
you "drag" each fields inside the form.
 
you don't need macro or vba.
just click on the any table or query.
then on the Ribbon, you click Create->Form.
 
If a vba code or macro can do this it will be more helpful. Is it possible?

There is a "wizard" that will build forms for you automatically. Creating it with a VBA module is CERTAINLY possible and CERTAINLY more trouble than it is worth, particularly since there is already a way to do it that does not require additional code.
 

Users who are viewing this thread

Back
Top Bottom