Search records in forms

  • Thread starter Thread starter Nathalie Hildesheim
  • Start date Start date
N

Nathalie Hildesheim

I've made a form for timewriting. The form will be used
by 25 different people who have accounts. The records
they add on the form, will be placed in a tabel. I want
to add on the form an option to search a record in a
tabel in case someone makes a mistake (and the record is
already saved in the tabel).

The form contains 5 fields:

Name
Project
Hours
Week
Date

The users fill in these fields and the records are added
in a tabel.

The form I designed needs several options:

* Add records in a tabel (already exists)
* Search a record in a tabel with the possibility to
change the record and save again in the tabel.

I hope someone has the answer!

Thank you

Nathalie
 
You could also add a FindRecord control button that
locates the desired record by entering criteria
information in the Find What text box. The form will then
bring focus to the record matching the criteria. They can
then make the desired changes to the record (which are
automatically saved in the table).
 
Back
Top