Add/delete record from list box

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

Guest

hi

i designed a list box which is generated from a table. the table has field 1, 2, and etc. i want to create Add and Delete buttons
when a user click Add button, he should be able to type in a new record. before the user deletes a record from the list, he selects the record first. both Add and Delete actions should have the changes in the table too

thank you

will :O
 
Sounds like you want to use a subform rather than a listbox. That's exactly
what they are designed to do.
--
--Roger Carlson
www.rogersaccesslibrary.com
Reply to: Roger dot Carlson at Spectrum-Health dot Org

will said:
hi,

i designed a list box which is generated from a table. the table has field
1, 2, and etc. i want to create Add and Delete buttons.
when a user click Add button, he should be able to type in a new record.
before the user deletes a record from the list, he selects the record first.
both Add and Delete actions should have the changes in the table too.
 
Back
Top