I have two separate queries. The fields are:
Invoice Date grouped by Month, Branch, ServParts
Transaction Date grouped by Month, Branch, AllParts
I need to perform a calculation with the two types of parts, so I’m creating a third query.
I tried to join the two queries by dates and branch because I want Month, Branch, ServParts, All Parts, then I’ll add my calculation
After adding the second query and the fields in the design view, I try to preview the data and I get an error message:
“The field is too small to accept the amount amount of data you attempted to add. Try inserting or pasting less data.”
I haven’t had this problem with my other query combinations (which only needed to be joined by branch) so I removed the date join.
After the months aren’t joined anymore, the query displays the data (but of course, I have an undesirable Cartesian product)
This leads me to believe it doesn’t actually have anything to do with column size.
I’m not quite sure what to try… has anyone seen this before??
Thanks.
Chris