PC Review


Reply
Thread Tools Rate Thread

Click on record in a subform datasheet to open another form displaying info related to that record???

 
 
edself
Guest
Posts: n/a
 
      24th Nov 2003
I have a form which displays a subform datasheet of information. I'd like
to be able to quickly click on a particular record and open up another form
showing more detailed information about that record from a related table.

Is there a way to do this? It would be nice to be able to right click on a
cell in a datasheet and then select menu choice to open a form with related
information, but it seems like to right click menues in Access are hardwired
for Access application functionality.

Is there some other way to accomplish the same thing? Again, I just want to
be able to quickly click on a record/cell in a datasheet and open another
form to view expanded information related to that record from a different
table/query.

Thanks in advance for your help!

Ed Self




 
Reply With Quote
 
 
 
 
Larry Linson
Guest
Posts: n/a
 
      24th Nov 2003
It's easy to do with a continuous forms view, and using double click -- that
is illustrated in the sample databases for image handling in Access that you
can download from http://accdevel.tripod.com. I use a common procedure
called from the double-click event of each control and the detail section
itself so a double-click anywhere on the line will open the detail form. In
that procedure, you pick up the unique id and construct a DoCmd.OpenForm
statement's WhereCondition.

Larry Linson
Microsoft Access MVP



"edself" <(E-Mail Removed)> wrote in message
news:N2rwb.293192$Tr4.926313@attbi_s03...
> I have a form which displays a subform datasheet of information. I'd like
> to be able to quickly click on a particular record and open up another

form
> showing more detailed information about that record from a related table.
>
> Is there a way to do this? It would be nice to be able to right click on

a
> cell in a datasheet and then select menu choice to open a form with

related
> information, but it seems like to right click menues in Access are

hardwired
> for Access application functionality.
>
> Is there some other way to accomplish the same thing? Again, I just want

to
> be able to quickly click on a record/cell in a datasheet and open another
> form to view expanded information related to that record from a different
> table/query.
>
> Thanks in advance for your help!
>
> Ed Self
>
>
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
synchronize new record in subform to related record in form =?Utf-8?B?QmVhRnJpZW5k?= Microsoft Access Forms 1 28th Jan 2006 12:25 AM
Double-click on a subform record to open that record in another fo =?Utf-8?B?RExI?= Microsoft Access 1 11th Jul 2005 11:02 AM
Open 2nd form after click in record in Subform =?Utf-8?B?YW4=?= Microsoft Access 2 10th Jul 2005 06:16 PM
code to delete a record in one subform when a record in a related subform is deleted Helen Microsoft Access Form Coding 3 3rd Apr 2005 10:01 PM
Click on a record in a subform datasheet to open another form displaying info related to that record??? edself Microsoft Access Forms 2 24th Nov 2003 06:20 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:33 AM.