PC Review


Reply
Thread Tools Rate Thread

details record on the form

 
 
iccsi
Guest
Posts: n/a
 
      13th Jun 2011
I have a form to to link to record source and would like to show a
plus sign "+" on the form and user can get details record of the
record just work like table.

Can you please show me how to do this operation?
Your help is great appreciated,
 
Reply With Quote
 
 
 
 
Access Developer
Guest
Posts: n/a
 
      13th Jun 2011
If you mean you have a Continuous Forms view, and want to display the detail
of the current Record by clicking a Control containing a "+" (plus sign),
then create a Command Button with a picture of a "+", and in the Click
event, use VBA code to retrieve the unique key of the currently-selected
Record, and use it to construct the WhereConditon argument of a
DoCmd.OpenForm that will open a Form that you have created which shows all
the detail in SingleForm view.

I often accomplish this by placing the code in the DoubleClick event rather
than creating a Control.

--
Larry Linson, Microsoft Office Access MVP
Co-author: "Microsoft Access Small Business Solutions", published by Wiley
Access newsgroup support is alive and well in USENET
comp.databases.ms-access


"iccsi" <(E-Mail Removed)> wrote in message
news:56fa3657-d24b-4cb0-8ff5-(E-Mail Removed)...
>I have a form to to link to record source and would like to show a
> plus sign "+" on the form and user can get details record of the
> record just work like table.
>
> Can you please show me how to do this operation?
> Your help is great appreciated,



 
Reply With Quote
 
iccsi
Guest
Posts: n/a
 
      14th Jun 2011
On Jun 13, 4:10*pm, "Access Developer" <accde...@gmail.com> wrote:
> If you mean you have a Continuous Forms view, and want to display the detail
> of the current Record by clicking a Control containing a "+" (plus sign),
> then create a Command Button with a picture of a "+", and in the Click
> event, use VBA code to retrieve the unique key of the currently-selected
> Record, and use it to construct the WhereConditon argument of a
> DoCmd.OpenForm that will open a Form that you have created which shows all
> the detail in SingleForm view.
>
> I often accomplish this by placing the code in the DoubleClick event rather
> than creating a Control.
>
> --
> *Larry Linson, Microsoft Office Access MVP
> *Co-author: "Microsoft Access Small Business Solutions", published by Wiley
> *Access newsgroup support is alive and well in USENET
> comp.databases.ms-access
>
> "iccsi" <inu...@gmail.com> wrote in message
>
> news:56fa3657-d24b-4cb0-8ff5-(E-Mail Removed)...
>
>
>
>
>
>
>
> >I have a form to to link to record source and would like to show a
> > plus sign "+" on the form and user can get details record of the
> > record just work like table.

>
> > Can you please show me how to do this operation?
> > Your help is great appreciated,


Thanks for helping,

 
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
Button to open record details on continuous form with summaries Sietske Microsoft Access Forms 10 15th Sep 2011 08:52 PM
RE: select record and display details on another form Klatuu Microsoft Access Forms 0 12th Aug 2009 01:22 PM
Continuous form with ability to show record details =?Utf-8?B?S2lt?= Microsoft Access 4 10th Oct 2006 02:42 PM
Question abt POP form to current record details... =?Utf-8?B?QnJvb2s=?= Microsoft Access Forms 1 13th Dec 2005 05:29 AM
passing value from 1 form to another - like double clicking on a grid, opens another form with the related record details kesk Microsoft VB .NET 0 7th Nov 2005 08:49 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:37 AM.