L
Lord-Data
I've developed a form that returns results from a query based upon a search
entered, and would like to have a button next to each result shown, that
will open a report based on that result.
So far i've got it displaying everything fine .. a button next to each
result .. however, in the script for that button, I obviously need to access
the "ID" field as part of that result .. ID.Value returns the first value
found, but clicking the button next to any result always returns the first
result found, which is obviously the Current Record .. is there a way to get
the other value easily based on the click, if the user clicks the button
without changing the CurrentRecord first?
Thanks in advance!
(This is access 97, if it makes any different)
entered, and would like to have a button next to each result shown, that
will open a report based on that result.
So far i've got it displaying everything fine .. a button next to each
result .. however, in the script for that button, I obviously need to access
the "ID" field as part of that result .. ID.Value returns the first value
found, but clicking the button next to any result always returns the first
result found, which is obviously the Current Record .. is there a way to get
the other value easily based on the click, if the user clicks the button
without changing the CurrentRecord first?
Thanks in advance!
(This is access 97, if it makes any different)