Insert into query cannot contain a multi-valued field

psamu

Active Member
Joined
Jan 3, 2007
Messages
462
i trying to remove and archives data from a table that has relationships to other table But I am getting error message "Insert into query cannot contain a multi-valued field". I would like to know is there any other way I can work around? I just want to remove data and append to other table based on user input date parameter. Thanks
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Are you trying to insert data into the multi-value field? you cant. you cant use queries for this. you must use VB.
BUT
if you are trying to inert records into a table, then its a simple sql statement. But you cant use a multi-value field as reference.
 
Upvote 0
Yes I am using attachment field and another multi-valued field. Is there a way to use vb code or seql query with parameter to remove and archive data into another table? Thanks for the help
 
Upvote 0

Forum statistics

Threads
1,216,084
Messages
6,128,722
Members
449,465
Latest member
TAKLAM

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top