+ Reply to Thread
Results 1 to 3 of 3

Can i make Search through Form?

  1. #1
    Registered User
    Join Date
    03-06-2009
    Location
    India
    MS-Off Ver
    MSoffice2007
    Posts
    43

    Can i make Search through Form?

    Hello,

    I've started a new database of suppliers, I have a table and a form. I know I can go into query and do a search on the products column of the table but is it possible to create a search box on the form which, when you put a product into the box, will go through all the suppliers who sell that particular product, showing them at the click of a button (or mouse), in turn?

    I have plenty of experience at basic level with Access but am I expecting too much of '97 to be able to do this, or is it possible?

  2. #2
    Webtekr
    Guest

    Re: Can i make Search through Form?

    You can make search by this:
    If all the data is available meaning the search field is been shown or in the query all you have to do is use the filter function.
    give u exact records that contains the value in textbox.

    1. me.filter = "[product]=" & me.textbox
    me.filterOn = true
    give u anything that start with what in the textbox:
    2. me.filter = "[product] like " & me.textbox & "*'"
    me.filterOn = true

    second approach is more appropriate for search function

  3. #3
    joe41
    Guest

    Re: Can i make Search through Form?

    Product Search through Form?

    Yes you can do that, one way is this:

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1