P
paul.schrum
Access 2002.
Hi. I am an experienced programmer in C, but rather new to Access
programming. I suppose the question I am about to ask has been asked
and answered before, but I have not been able to find it just by
searching. But if anyone knows of a thread I should read, please point
me to it. I don't want to ask people to answer the same question over
and over.
Okay, now for the question.
I want to be able to move the current record of frm_manageKeys based on
a selection made by the user interacting with
frm_manageKeys_findByName. Can anyone help me with how to do this?
I have been looking over my books, but if the answer is in one of them,
it will take some more gleaning.
Here is a little more information. frm_manageKeys_findByName contains
a list box of names, an OK button and a Cancel button. It is bound to
the same query as frm_manageKeys is, so once I find out which Name is
selected on _findByName I should have what I need (primary key value?
bookmark value?) to make it work.
Finally, for clarification, the database is about door keys
- Paul Schrum
Hi. I am an experienced programmer in C, but rather new to Access
programming. I suppose the question I am about to ask has been asked
and answered before, but I have not been able to find it just by
searching. But if anyone knows of a thread I should read, please point
me to it. I don't want to ask people to answer the same question over
and over.
Okay, now for the question.
I want to be able to move the current record of frm_manageKeys based on
a selection made by the user interacting with
frm_manageKeys_findByName. Can anyone help me with how to do this?
I have been looking over my books, but if the answer is in one of them,
it will take some more gleaning.
Here is a little more information. frm_manageKeys_findByName contains
a list box of names, an OK button and a Cancel button. It is bound to
the same query as frm_manageKeys is, so once I find out which Name is
selected on _findByName I should have what I need (primary key value?
bookmark value?) to make it work.
Finally, for clarification, the database is about door keys
- Paul Schrum