I am trying to use a bookmark so that I can bring up one of the properties
of an individual record and I am using the exact same syntax as the building
applications book and as the help has but it will not work. here is the line
of code that produces the error. if someone sees what is wrong with it and
could tell me I would much appreciate it. I have check the bookmarkable
property and it is true.
Dim writert As Recordset
writert.bookmark = writert.LastUpdated
it reports this as a type mismatch when i try to run it.
thanks,
Steve Moyer