SubForm DblClck is not working from main form

Itaiz

Registered User.
Local time
Today, 09:18
Joined
Oct 12, 2008
Messages
13
Hi,
I created a Main form which has Subform control in it. This Subform is link to DataSheet Form. The DataSheet Form has DblClick Sub which is working fine when I open the DataSheet Form only. But when I open the main Form and I dblClick on the DataSheet , Its not enter to the subroutine.
Now, it worked before and it stopped, did someone come up with this kind of problem?
Please advice
Thanks,
Itai
 
Last edited:
When you first click on the subform you're simply moving the focus to it. I suspect if you thereafter double-click things will work as you expect them to.
 
Solved that, it was my mistake, I changed the record source in the mainform in code.
Thanks anyway
 

Users who are viewing this thread

Back
Top Bottom