473,471 Members | 1,707 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Bookmarking Record for return

Thank you in advance for all of your patience and assistance. It is greatly
appreciated.

I know there's a way to bookmark a record in code, but for the life of me can't
remember it, nor can I find it on Google. Anyone help with this simple problem?

I want to be able to navigate away from my form, close it and when I'm done in
the open form, return to the previous form and record, instead of having to
sift through records to get back!

Michael
Nov 13 '05 #1
1 1491
On 01 Aug 2004 19:05:51 GMT, lu*************@aol.com (Lumpierbritches)
wrote:

Look up "Bookmark" in the help file.

However, bookmarks (presumably on the form's RecordsetClone) do not
survive closing and reopening the form. So you just save the primary
key value of your recordset in a global variable. Then when the forms
opens again, in the Form_Load event, you can find this value in the
form's recordsetclone, and set the form's bookmark equal to the
recordset's bookmark to make the form jump to that record.

-Tom.

Thank you in advance for all of your patience and assistance. It is greatly
appreciated.

I know there's a way to bookmark a record in code, but for the life of me can't
remember it, nor can I find it on Google. Anyone help with this simple problem?

I want to be able to navigate away from my form, close it and when I'm done in
the open form, return to the previous form and record, instead of having to
sift through records to get back!

Michael


Nov 13 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: mark | last post by:
Access2000 How do I write a query that combines the CTC field from each record below into one record? I need to concatenate the CTC field with a separator, like below: ...
3
by: vMike | last post by:
Is there a way to adjust the url of the bookmark value when someone wants to bookmark a page. When a user tries to bookmark a page they get the non-postback state of the page. I can use code to...
2
by: chazmanian | last post by:
We have some link buttons that allow the user to "view" a PDF file. That is, the link runs server-side code that generates the virtual path to the PDF file in question and then does a...
1
by: GoalieGW | last post by:
Below is what I have so far. The problem I am having is this. If I click OK on the message, and then tab out of the field, the rs.movenext event occurs without resetting the code. Each record...
3
by: Grumps | last post by:
Im trying to build a bookmarking feature with ajax and everything has work until i come across the callback problem. document.getElementById during stateChanged Im trying to make possible...
0
rhitam30111985
by: rhitam30111985 | last post by:
hi there.. i am new to this network and also new to python programming.. i have been assigned the task to figure out how exactly social bookmarking is done but have no idea.. dunno where to start......
1
by: javediq143 | last post by:
Hi All, This is my first post in this forum. I'm developing a CMS for my latest website. This CMS is also in PhP & MySQL. I'm done with the ADD section where the Admin can INSERT new records in...
11
by: Dan2kx | last post by:
Good evening Peeps got another question.... OK, i have a continous form with tick boxes, the idea is that (currently a single record) is selected and then that record number is used in the...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.