This is my scenario. On the left of the screen, I have a list of news items, which are updated by the user and inserted into a database, and then they are dynamically displayed on screen from the database.
Now what I want is that if a user clicks a hyperlink from the left of the screen on a news item, the relevant text is displayed on the right.
What I did up till now was that if I point on a news Item to the left of the screen, I know which item in the recordset it is since I created a counter. What I don't know is how I shall move the recordset to that particular record and display it. I tried rs.move
which is the name of the counter but it did not work
can you please help me?
Thanks
Now what I want is that if a user clicks a hyperlink from the left of the screen on a news item, the relevant text is displayed on the right.
What I did up till now was that if I point on a news Item to the left of the screen, I know which item in the recordset it is since I created a counter. What I don't know is how I shall move the recordset to that particular record and display it. I tried rs.move
can you please help me?
Thanks