A
ATSBC03
This is a little complicated but I am going to try and explain it in as much
detail as possible. If you need more information please let me know.
I have a form that holds all my record and that the user can edit what is
already there as well as apply new records. To help users find a specific
field I have created a command button on my form (frmOccurrenceReport) to
open Allen Browne's search form. I have modified the search form to fit my
needs and it works perfectly. However, I am now attempting to doubleclick on
the records that appear to open my main form to that record. I have been able
to get this to work as well. As an FYI, upon entered the Search form
(SearchForm) I close frmOccurrenceReport. Upon cancelling/closing SearchForm
or upon double-clicking a record it closes searchform and opens
frmOccurrenceReport. The only issue that I am having is upon opening
frmOccurrenceReport to the specific record it is showing it as filtered. I
want to be able to show all records or add new records as before. So in other
words I want to find the specific record and then remove the filter but keep
the found record in view. As of now when I remove the filter it takes me to
the first record and not the one that was found. I know this probably doesn't
make much sense but please let me know where I need to elaborate.
Thanks in advance!
detail as possible. If you need more information please let me know.
I have a form that holds all my record and that the user can edit what is
already there as well as apply new records. To help users find a specific
field I have created a command button on my form (frmOccurrenceReport) to
open Allen Browne's search form. I have modified the search form to fit my
needs and it works perfectly. However, I am now attempting to doubleclick on
the records that appear to open my main form to that record. I have been able
to get this to work as well. As an FYI, upon entered the Search form
(SearchForm) I close frmOccurrenceReport. Upon cancelling/closing SearchForm
or upon double-clicking a record it closes searchform and opens
frmOccurrenceReport. The only issue that I am having is upon opening
frmOccurrenceReport to the specific record it is showing it as filtered. I
want to be able to show all records or add new records as before. So in other
words I want to find the specific record and then remove the filter but keep
the found record in view. As of now when I remove the filter it takes me to
the first record and not the one that was found. I know this probably doesn't
make much sense but please let me know where I need to elaborate.
Thanks in advance!