Hi
so u want to go at particular record in form
try this coding
sub sample()
dim db as database
dim rst as recordset
dim varbook as variant
set rst = db.openrecordeset("select * from table")
rst.findfirst "[fieldnmae] = value"
varbook = rst.bookmark
'go to the particular...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.