I have a table CREP and a query [CREP DETAILS].
Basically i want to update the data on the table CREP based on the data in the query [CREP DETAILS].
Both the table and the query have a common column, that is date.
Crep has a mins and crep details has a totmins column.
What I want to do is update the value of mins in CREP to value of totmins in CREP DETAILS where CREP.DATE=[CREP DETAILS].DATE
I have been working onthis query for quite some while now and inner joins dont seem to work and i get the error use an updateable query.
I am a newbie to Access so i require help with this one.
Basically i want to update the data on the table CREP based on the data in the query [CREP DETAILS].
Both the table and the query have a common column, that is date.
Crep has a mins and crep details has a totmins column.
What I want to do is update the value of mins in CREP to value of totmins in CREP DETAILS where CREP.DATE=[CREP DETAILS].DATE
I have been working onthis query for quite some while now and inner joins dont seem to work and i get the error use an updateable query.
I am a newbie to Access so i require help with this one.
Comment