Problem coding NextFind
I'm very confused now. I'll try it again.
User types in PO# 1234 to find that record.
PO# 1234 comes up in a userform (via Find). This works good. This is
all done. The coding works fine.
Now, what if there is another PO# 1234 on the list?
Wouldn't I use FindNext to access that one?
I was thinking that it would run thru Find on the 1st look, then if
there is an exact same PO# on the list, then it should go thru FindNext
to locate THAT one. And, any other records with the same exact PO#.
The user won't know if there are more than 1 record for any one PO#.
I'm 1st trying to get FindNext to work right, and then I will address
the problem of coding to let the user know that there ARE other records
with the same PO. I'll go through that problem later.
1st, I want to get this done where it will recognize the 2nd, 3rd, 4th,
etc of all the same PO#s on the list.
Am I still wrong is thinking FindNext is what I need here?
Thanks for taking the time Jim
J.O.
|