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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -