Dachande11
Registered User.
- Local time
- Today, 23:51
- Joined
- May 1, 2001
- Messages
- 41
Hello,
I have a form with a command button on it which requeries a load of controls on my form. I also have a popup form which I open from the main form, this popup form contains a list box. My problem is that I would like to call the command46_click (main form) procedure when I click on the list box (popup). I have tried a few different ways such as Call command46_click and [forms]![product].command46_click but neither have worked.
Thanks in advance to anybody who can help.
I have a form with a command button on it which requeries a load of controls on my form. I also have a popup form which I open from the main form, this popup form contains a list box. My problem is that I would like to call the command46_click (main form) procedure when I click on the list box (popup). I have tried a few different ways such as Call command46_click and [forms]![product].command46_click but neither have worked.
Thanks in advance to anybody who can help.