B
Brainlord Mesomorph
what properties refer to record numbers (and more importantly visible
records) on continous forms? Now I'm not talking about ID numbers, these are
line numbers, or row numbers(?)
I mean, lets say I have a query of 1000 records. The user has opened it in a
continous forms form, and stretched it vertically so that it shows 10
records at a time. He's scrolled down halfway and is looking at records 855
through 865, and say a control on record 861 happens to have focus.
How do get the number 855 out of that? (the line number of the 1st visible
record)
or 865, or even 10? I can find the record on line 861 easily enough (with
its ID number) but I don't how to get 861 here either.
I'm trying to "take the bumps out" of a requery command here. I have buttons
that insert or delete records from the query and then requery the form. But
that takes them back to the top. I tryed to use docmd.findrecord to get them
back to the record they were on that still shifts the list up and the
(stupid) users get lost. I need to be able to take them back to the same
"10" records they were looking at.
Help!
aha tia
blm
(hmm, maybe I could add some kind of *temporary autonumber* in the query???
can I do that?)
records) on continous forms? Now I'm not talking about ID numbers, these are
line numbers, or row numbers(?)
I mean, lets say I have a query of 1000 records. The user has opened it in a
continous forms form, and stretched it vertically so that it shows 10
records at a time. He's scrolled down halfway and is looking at records 855
through 865, and say a control on record 861 happens to have focus.
How do get the number 855 out of that? (the line number of the 1st visible
record)
or 865, or even 10? I can find the record on line 861 easily enough (with
its ID number) but I don't how to get 861 here either.
I'm trying to "take the bumps out" of a requery command here. I have buttons
that insert or delete records from the query and then requery the form. But
that takes them back to the top. I tryed to use docmd.findrecord to get them
back to the record they were on that still shifts the list up and the
(stupid) users get lost. I need to be able to take them back to the same
"10" records they were looking at.
Help!
aha tia
blm
(hmm, maybe I could add some kind of *temporary autonumber* in the query???
can I do that?)