M
Mary
Hi all.
I don't understand FindRecord, I guess.
My main client form is always open to a client. I popup a
form (from any client that has form focus) to enter data
for a new client and, thus, add them as a client (they
had not existed). Upon closing that new client entry form
the focus is back on the main client form as I departed
to enter the new client, and I want it to be on the newly
created client's record.
It appears that on closing the popup entry form I can use
DoCmd.FindRecord, but I cannot figure it out. My new
client's ID is a control on the popup form named
cboClientID and is for the table field ClientID. ClientID
is primary key.
Can anyone offer a solution that does not require an MIS
in Access? I am an amateur.
Thanks.
Mary
I don't understand FindRecord, I guess.
My main client form is always open to a client. I popup a
form (from any client that has form focus) to enter data
for a new client and, thus, add them as a client (they
had not existed). Upon closing that new client entry form
the focus is back on the main client form as I departed
to enter the new client, and I want it to be on the newly
created client's record.
It appears that on closing the popup entry form I can use
DoCmd.FindRecord, but I cannot figure it out. My new
client's ID is a control on the popup form named
cboClientID and is for the table field ClientID. ClientID
is primary key.
Can anyone offer a solution that does not require an MIS
in Access? I am an amateur.
Thanks.
Mary