Access(2003) - DataSheet - GoTo OR Open a record (form) in list?

K

Karel & Access

How do I select a record in either a DataSheet view OR on a Subform
and then
"GoTo" OR open the Formview of the selected record?
It Would be great IF:
-> right click (on record selector ie. 1st column)
(Dropdown Menu appears - Choices with:
-> "GoTo form view"? (of this ROW I right clicked on)

A List (Subform OR DataSheet) to pick where you wanted to go or view would
be great! but how?

I added a button to "OPEN FORM" and added criteria for selecting, but I got
a FILTERED view of ALL the records (from view) great! BUT
I wanted the one I choose in the DataSheet/Subform View ONLY!
 
T

Tom Wickerath

Hi Karel,
I added a button to "OPEN FORM" and added criteria for selecting, but I got
a FILTERED view of ALL the records (from view) great! BUT
I wanted the one I choose in the DataSheet/Subform View ONLY!

The problem is that your selected record loses focus as soon as you click on
the command button on your main form. Can you make do with double-clicking a
record in the subform instead? If yes, call a function in the subform's
class module in the double-click procedure for each textbox. You can find an
example, here:

http://home.comcast.net/~tutorme2/samples/Chap08QBF.zip

Your subform needs to include a field that uniquely identifies this record.


Tom Wickerath
Microsoft Access MVP
https://mvp.support.microsoft.com/profile/Tom
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top