Search results

  1. B

    Help with URL Builder Form just like the Google Analytics URL Builder

    Hi I am trying to create a URL Builder form something like the Google Analytics URL Builder The URL format it would be like this: [txtWebsiteURL]?utm_source=[txtCampaignSource]&utm_medium=[txtCampaignMedium]&utm_term={MKTGPLAN_ADDRESS}&utm_content={MKTGPLAN_NAME}&utm_campaign=[txtCampaignName]...
  2. B

    Can I save search results data into a table?

    The only reason why I want to make this table, is that, in Microsoft Mail Merge, filtering option in order to select recipients for my letter is a bit more messy from there (options are limited.) What I wanted to happen: Say for example I have run a search and it gave me 4 results… When I...
  3. B

    How to pull out data based on a search made (using a search form)

    Hi, I need help with this one. I have a database wherein I have a table called Properties and a table called Mail_Campaign. For both tables, they have this one field in common, which is the field PID (it’s the property id, and is unique). I have this Search Form (frmSearch) created which...
  4. B

    How to use equal to instead of like

    I have this form search. Instead of using the LIKE function, I would like it to be 'equal to'. here's that line of my code: If Me.txtPropertyStatus > "" Then varWhere = varWhere & "[PRO_STATUS] LIKE """ & Me.txtPropertyStatus & "*"" AND " how can i convert this line to 'equal to'? thanks!
  5. B

    Newbie here and in ms access/vb

    Hi, my name is bok. Hope to read more of your informative threads here as i am learning ms access/vb. :);)
  6. B

    Help with this Search Form by Gromit which I have adapted

    (im a new member so i can;t post with links properly... replace (dot) with . ) Gromit's Search Form Reference: access-programmers(dot)co(dot)uk/...ad.php?t=99353 I have adapted his search form but I can't make it to work properly. When I click the search button without entering or selecting...
Top Bottom