G
Guest
I want to use a form to allow users to edit previously entered items into a
form (now stored in a table called Master). However, these users only will
want to see the associated records that they entered as a filtered data set.
I have a field called Entered_By that is storing that information. What
would be the easiest way to allow this filtering to take place? Not sure if
I should just use a query and a combo box or what. I want to make sure once
they enter the 'Entered_By' field that all associated records come up and
then they can scroll through them to decide which one to edit.
Also does it make sense to have two separate forms - one strictly for new
data and a different one for editing/finding. Right now that is the route I
am taking, as to ensure the users start with a fresh blank form for new
entries, and do not accidentially type over another record.
Thanks.
form (now stored in a table called Master). However, these users only will
want to see the associated records that they entered as a filtered data set.
I have a field called Entered_By that is storing that information. What
would be the easiest way to allow this filtering to take place? Not sure if
I should just use a query and a combo box or what. I want to make sure once
they enter the 'Entered_By' field that all associated records come up and
then they can scroll through them to decide which one to edit.
Also does it make sense to have two separate forms - one strictly for new
data and a different one for editing/finding. Right now that is the route I
am taking, as to ensure the users start with a fresh blank form for new
entries, and do not accidentially type over another record.
Thanks.