I am new to databases and VBA, however, I am a quick learner. Currently, I am creating a form with checkboxes that SHOULD automatically update with each record. However, regardless of what record I am on, the checkboxes are only updating the first record. When I set my Primary Key, so as to not create duplicates, I get this error message:
"The changes you requested to the table were not successful because they would create duplicate values in the index,...."
Any help would be much appreciated. Thanks in advance!
"The changes you requested to the table were not successful because they would create duplicate values in the index,...."
Any help would be much appreciated. Thanks in advance!
Comment