AndeanWayne
Registered User.
- Local time
- Yesterday, 19:18
- Joined
- Jan 21, 2012
- Messages
- 27
I have a form in Access 2007 where the record is selected by a combo box. The combo box is based on a query and selects the desired field (Property ID) as well as other fields from the query. Two fields, date redeemed and amount redeemed are filled in when the proper Property ID is selected. These three fields Prop ID, date redeemed and amt redeemed complete a record for a table Enter Redemptions. This table is part of the structure of the query for the combo box and the other fields are filled in through calculations in the query. So, you dynamically enter data and see the results of the entry. Now I want to have a form to modify the data if necessary. The problem is I get an error that the form is trying to duplicate the primary field (Property ID). In this case I don't want the form to create a new record but simply modify and existing record. Any ideas?