Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deleting Multiple Records in a Form

Status
Not open for further replies.

HeathRamos

IS-IT--Management
Apr 28, 2003
112
US
I have an Access 2000 Database and need to be able to delete multiple records thru a form.

Details:

Form based off of a table. On form, need to be able to choose an employee (combo box?) and a date. After this, all records for that employee and date should be shown. These records can't be editable. There should be a button on this form that will delete all the records shown.

I know how to create a form so that it will filter by employee and date and let you flip thru the records and you can delete each one individually but these records would be updateable (which I can't have) and I want to be able to see all records at the same time.
 
Under "data" you can set the property of the fields to locked, or enabled = false. You can set the form to allow deletions, but no additions or edits.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top