Search results

  1. J

    Control another form from the current form

    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()"...
  2. J

    Create Control with specific name

    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")
  3. J

    Insert Existing Fields to forms

    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
Back
Top Bottom