Re: Ooops
- From: "Linq Adams via AccessMonster.com" <u28780@uwe>
- Date: Fri, 28 Dec 2007 14:27:57 GMT
We need to see the code you're trying to use to accomplish this.
A Popup form certainly ***can*** receive focus, but it's subject to the same
rule as any other form.
A form can only receive focus (and subsequently lose focus) if if holds no
controls that can receive focus! In other words, if there's a textbox or a
combobox or a command button on the form, and it's enabled, the form itself
cannot receive focus nor lose focus, so using these events in code won't work.
--
There's ALWAYS more than one way to skin a cat!
Answers/posts based on Access 2000/2003
Message posted via http://www.accessmonster.com
.
- Follow-Ups:
- Re: Ooops
- From: Mark A. Sam
- Re: Ooops
- References:
- My solution
- From: Mark A. Sam
- Ooops
- From: Mark A. Sam
- My solution
- Prev by Date: RE: Refer to Listbox second column
- Next by Date: RE: Move through records with self made buttons only
- Previous by thread: Ooops
- Next by thread: Re: Ooops
- Index(es):
Relevant Pages
|