Hi,
I have built a db structure in fifth-normal-form, and as such a query to retrieve the right values has to do a cross-multiply (cartesian product) on the tables. This prevents me from creating an updatable query.
However, I am building a form and want the user to be able to add new records, delete, edit, etc. I set the form to be "dynaset inconsistent updates", which allows Access to display the * new record field. I have set up some code on the beforeUpdate event to do the manual inserting of the right data, but the problem is Access doesn't know that I have done the insert. It tries to add the data itself and of course throws an error. Can I 'trick' access into not doing anything with the data? Thanks!
I have built a db structure in fifth-normal-form, and as such a query to retrieve the right values has to do a cross-multiply (cartesian product) on the tables. This prevents me from creating an updatable query.
However, I am building a form and want the user to be able to add new records, delete, edit, etc. I set the form to be "dynaset inconsistent updates", which allows Access to display the * new record field. I have set up some code on the beforeUpdate event to do the manual inserting of the right data, but the problem is Access doesn't know that I have done the insert. It tries to add the data itself and of course throws an error. Can I 'trick' access into not doing anything with the data? Thanks!