Results 1 to 3 of 3
  1. #1
    suzeq is offline Novice
    Windows XP Access 2007
    Join Date
    Feb 2016
    Posts
    26

    Form : Query button not function

    Hi,

    1) I have Form QuerByID to query training record by entering EmpID unfortunately it was not function.
    2) I have Form QueyByProcess by choosing process unfortunately it wasn't function to.

    Could anyone help me....
    Attached Files Attached Files

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    change the row source for the combo box
    SELECT DISTINCT QueryByProcess.ProcessName
    FROM QueryByProcess;


    In the combo Combo308 afterupdate event delete the exising macro, change it to Event procedure,
    in the code block , paste this:

    Code:
    me.filter="[ProcessName]='" & Combo308 & "'"
    me.filterOn = true

  3. #3
    suzeq is offline Novice
    Windows XP Access 2007
    Join Date
    Feb 2016
    Posts
    26
    Hi,

    I have change it but it still wasn't reflect into my record field, it has happened to all my form..

    here my latest attachment after try above coding

    rgds
    Attached Files Attached Files

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

Similar Threads

  1. Replies: 7
    Last Post: 10-09-2014, 03:06 PM
  2. Replies: 15
    Last Post: 08-12-2014, 12:35 AM
  3. Replies: 8
    Last Post: 06-24-2014, 12:15 PM
  4. Assign F5 function to a button
    By eduardo in forum Forms
    Replies: 4
    Last Post: 06-24-2012, 08:21 AM
  5. Form command button to do something/call function
    By shubhamgandhi in forum Programming
    Replies: 2
    Last Post: 07-27-2011, 04:45 PM

Tags for this Thread

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