smercer
Registered User.
- Local time
- Tomorrow, 10:47
- Joined
- Jun 14, 2004
- Messages
- 442
Hi all
I am using a form with a subform based on a query, and I want a text field that as it is typed in to refresh or requery the subform, but the problem I am having is that when I press a key the whole field is selected.
I could enter more characters if I use the mouse each time I press, but I would like a version with less frustration.
Have tried:
Me!sfrm_Books_Descriptions_in_Store_Datasheet_Popup.Requery
and
Me.Refresh
The Me.refresh is the only one that works with this, and is the one I was refering to above.
I just want the cursor to be at the end of the field after each refresh
Thanks all in advance
I am using a form with a subform based on a query, and I want a text field that as it is typed in to refresh or requery the subform, but the problem I am having is that when I press a key the whole field is selected.
I could enter more characters if I use the mouse each time I press, but I would like a version with less frustration.
Have tried:
Me!sfrm_Books_Descriptions_in_Store_Datasheet_Popup.Requery
and
Me.Refresh
The Me.refresh is the only one that works with this, and is the one I was refering to above.
I just want the cursor to be at the end of the field after each refresh
Thanks all in advance