V
v_neal
I have a database that is collecting records for the last several years. On
one form in particular (MAIN ENTRY) I have a subform (ADD VESSEL) which is
launched via a command button. When the (MAIN ENTRY) is open normally, i.e.
one can enter information in the ADD VESSEL subform via the "ADD VESSEL"
command button.
Because updates come in after the entries have already been made in the
database, I created a "FIND ENTRY" command button-which works! However, the
issue is that I can not edit the initial entry once my "FIND ENTRY" button is
used (clicking the ADD VESSEL button only blanks out the screen for half a
second before coming back up with the results of the FIND ENTRY, I have to
scroll through the entire database using the record selectors....at first
this was not an issue, however, I have over 100,000 records and counting.
Is there a bit of VBA code that allows the user to EDIT the entry that I can
add to the VBA?
Thank you all in advance.
one form in particular (MAIN ENTRY) I have a subform (ADD VESSEL) which is
launched via a command button. When the (MAIN ENTRY) is open normally, i.e.
one can enter information in the ADD VESSEL subform via the "ADD VESSEL"
command button.
Because updates come in after the entries have already been made in the
database, I created a "FIND ENTRY" command button-which works! However, the
issue is that I can not edit the initial entry once my "FIND ENTRY" button is
used (clicking the ADD VESSEL button only blanks out the screen for half a
second before coming back up with the results of the FIND ENTRY, I have to
scroll through the entire database using the record selectors....at first
this was not an issue, however, I have over 100,000 records and counting.
Is there a bit of VBA code that allows the user to EDIT the entry that I can
add to the VBA?
Thank you all in advance.