Results 1 to 11 of 11
  1. #1
    Rogue is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Mar 2013
    Posts
    16

    Multi field search forms

    Hi there! Hope this message finds u all well.



    I would like to seek your kind assistance for my below concern.

    I have a table for orders list containing the supplier, items purchase,date purchase, amount, qty. NOw I would like to create a form wherein it would display all transaction for a particular supplier and particular date as selected.

    Your revert is highly appreciated.

    Thanks in advance and have a nice day.

    Rogue

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,640
    One method is demonstrated in the sample db here:

    http://www.baldyweb.com/BuildSQL.htm
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    Rogue is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Mar 2013
    Posts
    16
    hi, can anyone pls help me correct the below dlookup formula, i've been trying this in my attendance table several times but its not working

    =DLookUp("[Name]","employee","[Emp ID]= " & [Emp ID])


    I have two tables 1 is employee table and 2 is attendance table. the first table contains all details for employee like Emp ID, Name and etc while the next table contains all time ins and outs, employee code and etc.

    THank you very much in advance.

  4. #4
    sdel_nevo is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2013
    Location
    Gloucester, UK
    Posts
    402
    Hi Mate

    try this

    =DLookup("[Name]","[emplyee]","Emp ID=" & "[Emp ID]")

    Steve

  5. #5
    Rogue is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Mar 2013
    Posts
    16
    Hi mate,

    Thank for you kind response, but i'm still having error on that. Could you help me further? please see screen shot I've attached for this error.


    Attachment 12343

  6. #6
    sdel_nevo is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2013
    Location
    Gloucester, UK
    Posts
    402
    Hi

    can you send over a copy of your DB for mwe to take a look at?

    would love to help

    steve

  7. #7
    sdel_nevo is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2013
    Location
    Gloucester, UK
    Posts
    402
    Hi Mate

    have you tried putting that code on the form and not in the tables validation field?

    steve

  8. #8
    Rogue is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Mar 2013
    Posts
    16
    yeah mate, in form it was working. but I need it to work in table as well coz I a have a form with subform that looks like below. I tried to send you the whole dbase as well but it seems that only images can be attached here.
    Attachment 12345

  9. #9
    sdel_nevo is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2013
    Location
    Gloucester, UK
    Posts
    402
    hi mate

    just sent you a PM

    Cheers

    steve

  10. #10
    Rogue is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Mar 2013
    Posts
    16
    hi mate just sent u my db


    tnx

    Rogue

  11. #11
    sdel_nevo is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2013
    Location
    Gloucester, UK
    Posts
    402
    Hi Mate

    Hope the DB I sent Fixes your problem

    Steve

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

Similar Threads

  1. Multi-field Search
    By bubba61 in forum Queries
    Replies: 20
    Last Post: 04-16-2013, 10:21 AM
  2. Multi-Field Search issues within Query
    By stiracerdude in forum Queries
    Replies: 3
    Last Post: 10-14-2012, 01:04 PM
  3. Multi-Field Search Query not working
    By omair1051992 in forum Queries
    Replies: 16
    Last Post: 06-19-2012, 05:46 AM
  4. Multi-value Text Field Search
    By billfold in forum Queries
    Replies: 3
    Last Post: 04-30-2012, 03:43 PM
  5. Multi Field Combo search Form
    By Andyjones in forum Access
    Replies: 3
    Last Post: 03-12-2012, 02:13 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