Hi i am having issues first of all with a combo box that autopopulates a form, everytime i select an entry from the combo box it creates a new entry in the table when i close the form.
Also i need help creating add, delete and update buttons on the form so that the users enters or modifies info in the fields and then it saves the record or updates it.
Same for update button, updates the records populated by the combobox and only saves when the button is clicked on .
Also a delete button with the same idea.
for the onclick even for the add button i have: DoCmd.RunCommand acCmdSaveRecord, this seems to be working fine, when the combobox autopopulates it also add a new record of the same info.
for the delete button i have: DoCmd.RunCommand acCmdDeleteRecord but it does not seem to be deleting.