A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

knowing when a record selector has been highlighted



 
 
Thread Tools Display Modes
  #1  
Old May 27th, 2004, 04:16 PM
Tom Kraemer
external usenet poster
 
Posts: n/a
Default knowing when a record selector has been highlighted

Is there a way to find out if a single record or group of record in a form data grid has been selected using the record selector in the left hand margin of the form?
  #2  
Old May 27th, 2004, 05:36 PM
Allen Browne
external usenet poster
 
Posts: n/a
Default knowing when a record selector has been highlighted

You are asking how to know whether one record or many records are selected
in a datasheet or continuous form? Check the form's SelHeight property.

If you were asking to be notified when the user clicks the Record Selector,
the form's mouse events fire, so you could use the X argument of the form's
MouseDown or MouseUp to determine if the clicked area was the Record
Selector.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Tom Kraemer" wrote in message
...
Is there a way to find out if a single record or group of record in a form

data grid has been selected using the record selector in the left hand
margin of the form?


  #3  
Old May 28th, 2004, 12:55 AM
Stephen Lebans
external usenet poster
 
Posts: n/a
Default knowing when a record selector has been highlighted

I believe you can use the Form's Click event.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.


"Tom Kraemer" wrote in message
...
Is there a way to find out if a single record or group of record in a

form data grid has been selected using the record selector in the left
hand margin of the form?

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:40 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.