zeidhaddad
New Member
- Joined
- Oct 4, 2019
- Messages
- 14
Hello People, I'm trying to figure out a code which perform this : clicking on a image to open a certain form.
I tried using this DoCmd.OpenForm "NameOfForm", , , "Image1=" & Image
where Image 1 is the name of the image that i want to click on to open the form. any ideas ?
I tried using this DoCmd.OpenForm "NameOfForm", , , "Image1=" & Image
where Image 1 is the name of the image that i want to click on to open the form. any ideas ?