User Profile

Collapse

Profile Sidebar

Collapse
kaddoura1
kaddoura1
Last Activity: Sep 24 '15, 08:30 AM
Joined: Sep 14 '15
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • There is bug in MS Access that even if you follow the instructions from the official website of MS still you won't be able to "create" and "edit" controls at "run-time".
    I found one way to go around this bug (witch is a combination of solutions I got from others).
    Non working solution: Don't tray to define a variable to create the object:-

    Sample 1:
    Code:
            DoCmd.OpenForm "Form1",
    ...
    See more | Go to post

    Leave a comment:


  • kaddoura1
    replied to Can Access Create Controls At Runtime?
    There is bug in MS Access that even if you follow the instructions from the official website of MS still you won't be able to "create" and "edit" controls at "run-time".
    I found one way to go around this bug (witch is a combination of solutions I got from others).
    Non working solution: Don't tray to define a variable to create the object:-

    Sample 1:
    Code:
            DoCmd.OpenForm "Form1",
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...