Sorry for my poor English as it is not my mother tongue.
I have a form named "Form1".
I created a command button in "Form1", to create a form with form wizard (DoCmd.RunCommand acCmdNewObjectForm) and saved it as "Form2".
My question is:
Is it possible to add some statements in "Form2 Load()"...
Hello,
Is it possible to create an Image frame to a form with a specific name with vba code?
(eg. when I tried to create image box it created as "Image0". I need it as "ImageFrame100")
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