Yeah it does sound strange.
What I'm trying to achieve is this...
A section of my table structure is three-generational - you know, a master table linked to a child table on a one-to-many, which in turn is linked to its own child on a one-to-many.
At any one time, my form looks at one record in the top (grandfather) table. Also on that form is a subform showing associated records from the middle table. Finally, there is a second subform that shows records associated with the first subform's record, when the user clicks on a record from the first subform.
I've used conditional formatting (A2K) to show which 1st subform record is the parent of the grandchild records (On Got Focus make a different colour). The only annoying thing is that there is a cursor blinking in the record, which makes an otherwise classy form look a bit naff.
I've tried all sorts of ways around it, eg setting the focus somewhere else after the click, but then the parent record loses focus and the conditional formatting is lost for that record.
So, that's the background, but I think it boils down to one thing: is it possible to set focus to a field without the cursor entering?
The best way to visualise this is to go into the QBE section of Access. You know the form from which you select the tables/queries to use - you can highlight a row with a click - that's what I want to do.
These small problems are always the most annoying. Thanks for the reply, do you think there's an answer or do I have to live with the blinking cursor?