Edit data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i I would like know how best to proceed.

I have created a database which captures data for workers in the company.
Each work enters the data and i is stored in one table. From time to
time the workers realize they have made a mistake when inputting the data.
What is the best way to allow the user to pull and edit the desired data. My
database is uses access security permissions.
Thank you
 
i I would like know how best to proceed.

I have created a database which captures data for workers in the company.
Each work enters the data and i is stored in one table. From time to
time the workers realize they have made a mistake when inputting the data.
What is the best way to allow the user to pull and edit the desired data. My
database is uses access security permissions.
Thank you

Open a Form based on the table.
Find the erroneous record (use the Query By Form technique for
instance).
Correct it.
Close the Form...


Without knowing more about the application, it's hard to be more
specific!

John W. Vinson[MVP]
 
Back
Top