bookmarks

richardn

Registered User.
Local time
Today, 02:28
Joined
Nov 6, 2001
Messages
49
I am interested to add bookmarks to a recordset.
In a list box a have that records from the table I run the parameters query. By clicking each item in the list box, I add that item to a bookmark colection. Unselecting this item deletes the bookmark.
As I said before the items in the lbox, are records from rows in a table , and the bookmark is supoused to point to this row, and after that I want to handle other fields in that pointed row ( by the bookmark).
From my form I call a module where I initiate the bookmark object and building the colection, but when I come back to the form , I can't see the bookmarks. Using "MyForm!bookmark" what am I supoused to get?
I hope you understand my problem, and I ask if there is a better way to do that ( accesing rows in a table according to records from a column from this table, that are listed in a list box)
 
If you post this question in the Forms some one will help.
 

Users who are viewing this thread

Back
Top Bottom