vba - Open an IE tab for every result in a query -


I have an access query called qryAudits, return query 3 columns and 30 to 40 rows in the third column (title_id name) In which I need to use different tabs in IE, basically doing something like this:

URL = "www.website.com/" & amp; Title_id

How do I open a tab for each row in the query results? How do I reference the results in the loop? The way the query results are displayed in a subform and its order is in ORNDER RND (), therefore it would be ideal to refer to the results from there.

Any idea is appreciated !! :)

You can use the form set of the form:

  Dim RS AS DAO Resetset RS = Me Do rs with rxsat clones while not. IOF '' Call your URL here. Close Loop End with MON Close RSS = Nothing    

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -