G
Guest
I have a table for holding users data. I would like to check that table to
make sure that I am still in it. (Note: This is mostly an exercise to help
me understand how to do this kind of action. This is just an example I am
making up.) If the code loops through the recordset and does not find my
network ID, it give the user a message box that I am not there.
Assuming I have already created my recordset, I would want to exit sub if it
finds me, or if it reaches rst.EOF, then give me a msgbox.
Even though this is a sample, I have encountered times when this approach
may be useful.
Thoughts?
Thanks in advance!
PJ
make sure that I am still in it. (Note: This is mostly an exercise to help
me understand how to do this kind of action. This is just an example I am
making up.) If the code loops through the recordset and does not find my
network ID, it give the user a message box that I am not there.
Assuming I have already created my recordset, I would want to exit sub if it
finds me, or if it reaches rst.EOF, then give me a msgbox.
Even though this is a sample, I have encountered times when this approach
may be useful.
Thoughts?
Thanks in advance!
PJ