Dear Experts
What is the most elegant method to update data in a listobject (with a userform)?
This is the table tblCustomers:
<tbody>
ID
Name
Street
Postal Code
Phone
Mobile
</tbody>
The userform frmCustomer has:
txtName , txtStreet, txtPostalCode, txtPhone, txtMobile
Is this the...