Results 1 to 2 of 2
  1. #1
    CT_AccessHelp is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2013
    Posts
    40

    Trying to open a form based on list box criteria

    Hello, I have tried multiple methods here and I am stuck (kind of rusty at using access). I have a form bound to a query named qry_MAL_browwers and I want a list box on the form with two columns from the query to open a second form based on the selected criteria in the list box to edit the record. I can get it to work with one column in the list box but not with two. Any help anyone can provide would be very appreciated. Thank you.

    List box name: LST_AdminCo_LoanNo
    List box row source: SELECT [qry_MAL_borrowers].[Admin_County], [qry_MAL_borrowers].[Loan_No] FROM qry_MAL_borrowers;


    Button name: Open_Edit_Record
    Form to open: frm_MAL_borrowers_FormView


    Click image for larger version. 

Name:	Access_MAL_Borrowers_Form.png 
Views:	6 
Size:	4.9 KB 
ID:	37991

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,954
    Are you using macro or VBA? Whichever, post the button code.

    Which column is referenced as BoundColumn?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 10
    Last Post: 04-10-2018, 03:19 PM
  2. Replies: 2
    Last Post: 10-08-2016, 10:06 PM
  3. Replies: 4
    Last Post: 07-14-2015, 07:48 AM
  4. Open form based on search criteria
    By cactuspete13 in forum Forms
    Replies: 7
    Last Post: 03-06-2013, 10:17 AM
  5. Open form based on Subform criteria
    By Suzan in forum Programming
    Replies: 0
    Last Post: 04-25-2006, 02:28 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
  •  
Other Forums: Microsoft Office Forums