RobTsintas
Technical User
A little background:
I'm trying to get an update query to update individuals' demographic information from an imported file. This has already been imported into a new table ("[blue]ImportDem[/blue]").
The nature of the source data means that each person appears several times in [blue]ImportDem[/blue] (with all the same information in each record), so I used a query to reduce these to one record each (Unique Values = Yes).
I have now set up an update query to update the relevant fields in the "[blue]Main Table[/blue]" table from the results of that 'reducing query'.
Even though I am not updating any of the fields from the 'reducing query', it is still causing an "Operation must use an Updateable Query" error.
Is there a simple way around this problem?
The only thing I can think of is to use a maketable query to store the 'reduced' imported data in another table, and then use that as the source (which should then allow me to update), but this seems a bit messy and shouldn't be necessary - I'd rather not have all the imported data stored twice!
Thanks in advance...
I'm trying to get an update query to update individuals' demographic information from an imported file. This has already been imported into a new table ("[blue]ImportDem[/blue]").
The nature of the source data means that each person appears several times in [blue]ImportDem[/blue] (with all the same information in each record), so I used a query to reduce these to one record each (Unique Values = Yes).
I have now set up an update query to update the relevant fields in the "[blue]Main Table[/blue]" table from the results of that 'reducing query'.
Even though I am not updating any of the fields from the 'reducing query', it is still causing an "Operation must use an Updateable Query" error.
Is there a simple way around this problem?
The only thing I can think of is to use a maketable query to store the 'reduced' imported data in another table, and then use that as the source (which should then allow me to update), but this seems a bit messy and shouldn't be necessary - I'd rather not have all the imported data stored twice!
Thanks in advance...