Update a Record

T

tankerman

I am getting ready to split my database so others can input information on
forms and others can use the queries, one problem I need answered.

My FE forms will be data entry "yes" so all of the past froms wont be
displayed. My problem is once a form has been started but not completed by
the first shift how can second shift get the same from up to complete it. All
employees use their pic codes to log onto company computers so when shift
changes different employee will finish the form because the work being done
may not be complete until some time on the second shift.
 
T

tankerman

Each record has a unique Manifest Number (Primary Key "Yes, no duplicates)
that is entered on the forms first field. If I put the database out as data
entry can i have the unfinished form come up when the database is opened by
someone else if it is not completed, could the unfinished forms stay up until
a button to close or save that form is clicked, I want to make this as simple
as possible for the users.
 
T

tankerman

Thanks for the check Joseph, I was trying to make thing more difficult than
they should be, I made a form so that the Criteria is set to [enter TicketID]
formatted for no record selector or navigation so that the user will just
have to enter the ticketid in the pop up box and then edit the rocord. Thanks
for the reply
 
Top