Results 1 to 14 of 14

Thread: [RESOLVED] MS Flexgrid click on cell open form showing same record

Threaded View

  1. #12

    Thread Starter
    Member
    Join Date
    Jan 2008
    Posts
    37

    Re: MS Flexgrid click on cell open form showing same record

    Almost there..

    OK I grasp what you are saying now.

    Form1.ShowRecord lng_MyKey

    passes the key to:

    Public Sub ShowRecord(p_lng_RecordID As Long)

    This is where I get lost:

    I figured its an SQL statement and then loop it that would bring the single record which equals the key pass.

    The part that confuses me is how does ShowRecord(p_lng_RecordID) know what record to pull? I thought you would include the variable" lng_MyKey " in the SQL Statement.

    So what code in ShowRecord P_Ing_RecordID do I put in to pull that one record using the " lng_MyKey" variable?

    Pics of what I am trying to do below:
    Attached Images Attached Images     
    Last edited by -zip-; Feb 12th, 2008 at 09:52 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width