[AccessD] dbl click on a list box

Mike & Doris Manning mikedorism at adelphia.net
Tue Jun 29 10:01:03 CDT 2004


Umm... It would really help if you put the "strLinkCriteria" line before you
open the next form instead of after...

Doris Manning
Database Administrator
Hargrove Inc.
www.hargroveinc.com


-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Kostas
Konstantinidis
Sent: Tuesday, June 29, 2004 9:59 AM
To: Access Developers discussion and problem solving
Subject: [AccessD] dbl click on a list box


Hi all,
I am trying to open a form based on a list box criteria with a double click.
the list box is linked to a table: SELECT MT_basic_char.AM FROM
MT_basic_char;

What I want to do is on doulble click to open the main form MT_basic_char
based on the line's AM I double click

I use the follown but it always just open the first record and not the
filter one I have chosen via double click

Private Sub list2_DblClick(Cancel As Integer)
    Dim stDocName As String
    Dim stLinkCriteria As String

    stDocName = "MT_basic_char"
    DoCmd.OpenForm stDocName, , , stLinkCriteria
    stLinkCriteria = Me!list2 = Forms!mt_basic_char!AM


End Sub

Is that possible?
Thanks
kostas


-- 
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




More information about the AccessD mailing list