Search results

  1. F

    Two Fields from a form, same query filter

    Hey, Folks. I found the answer for the second problem, after reading this website: tek-tips.com/viewthread.cfm?qid=1677704 It's simple, I condensed both statements in one line. Like "*" & [Forms]![f-FILTRAGEM]![txEQUIPE] Or Like [Forms]![f-FILTRAGEM]![txEQUIPE] & "*" For instance, if I have...
  2. F

    Two Fields from a form, same query filter

    Hey guys, I have a second problem which I guess is related to the first one. On the same criteria fields within the query design, I have to set different criterias for the same column using the * wildcard. The problem is that the query is not filtering, too. I guess I'd have to put this all on...
  3. F

    Two Fields from a form, same query filter

    Hello, people. I'm designing a search form which triggers a query (nothing unusual). I have a problem when I use two fields (a text box and a combo box) for the same filter. The user can choose to use the text box or the combo box. The problem is when the query is triggered, the query simply...
  4. F

    Form to Facilitate Query/Report

    I see. The video you pointed out really helped me. Coincidentally, I found other similar video on youtube. I have picked up Access for Dummies, it really helped me with basics and terms understanding. Thanks for datapig main page, tried to find it but had no success.
  5. F

    Form to Facilitate Query/Report

    Thanks. Would you mind posting the keywords linking with the video? That would help me a lot when searching more things about it. By keywords I mean, how is this called? Form querying? You know, the coined terms so I can search for it.
  6. F

    Form to Facilitate Query/Report

    Hello everyone. Second post, being the first one on the "Introduce Yourself" section. First of all, I am a medium-leveled Excel user and started messing with Access this morning. I'm following a dummie guide (very good guide, by the way). So you can be a little more than basic, but not too...
  7. F

    Felipe

    Hello, people. I'm Felipe. Brazilian, living in Brazil. Started messing with Access this morning. Due to its user-friendly interface, I have already succeeded in creating my first access database, with queries and stuff. Obviously, doubts are coming... hope to have you guys by my side helping...
Back
Top Bottom