![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
If I have a form open with a subform control on it in datasheet view that has its record source set to a query or a table, is it possible to determine which record the user has clicked into with VB? I don't mean the text box with which you can determine the field/column, but the record (row). I guess what I'm looking for would be the bookmark? (or some line numbering?) or whatever information would aid in determining unambiguously which record in the underlying table was being accessed. Hope that makes sense. Any pointers would help as I have a couple of books I can refer to and the online help to work out the details. Thanks, Gord P.S. I'm using Access 2007 You might want to check out AbsolutePosition and any code examples in help. |
#3
| |||
| |||
|
|
Gord wrote: If I have a form open with a subform control on it in datasheet view that has its record source set to a query or a table, is it possible to determine which record the user has clicked into with VB? I don't mean the text box with which you can determine the field/column, but the record (row). I guess what I'm looking for would be the bookmark? (or some line numbering?) or whatever information would aid in determining unambiguously which record in the underlying table was being accessed. Hope that makes sense. Any pointers would help as I have a couple of books I can refer to and the online help to work out the details. Thanks, Gord P.S. I'm using Access 2007 You might want to check out AbsolutePosition and any code examples in help. |
#4
| |||
| |||
|
|
If I have a form open with a subform control on it in datasheet view that has its record source set to a query or a table, is it possible to determine which record the user has clicked into with VB? I don't mean the text box with which you can determine the field/column, but the record (row). I guess what I'm looking for would be the bookmark? (or some line numbering?) or whatever information would aid in determining unambiguously which record in the underlying table was being accessed. |
![]() |
| Thread Tools | |
| Display Modes | |
| |