The field “SOI_SOLineNbr” in the sql table “dbo_SalesOrderLine” is a Number LongInteger. It produces a number like 1 or 3.
Access query giving errors I can't explain
I have a complex query (below)
INSERT INTO SCHEDULE ( SONo, CustomerID, CustomerName, OrigQty, BalDueQty, UpdatedOn, ReqDt, DueDt, PricePerLb, ActTotal, OrderDt, ShippingMethod, PONo, PartNoReqd )
_SELECT SOsWithoutMatchingSCHEDULE.SONo, dbo_Customer.CUS_CustomerID, dbo_Customer.CUS_CorpName, SOSShipQtyQuery2.OrigQty, SOSShipQtyQuery2.BalanceDueQty, Date() AS UpdtOn, dbo_SalesOrderDelivery.SOD_RequiredDate AS ReqDt, If(dbo_SalesOrderDelivery.SOD_RequiredDate
SQL Server Transact-SQL
3 answers
Sort by: Most helpful
-
-
MARIA TELLO 0 Reputation points
2025-03-28T22:30:41.1433333+00:00 I Can't explain
-
Olaf Helper 46,636 Reputation points
2025-03-31T07:09:54.0133333+00:00 I need an answer so I posted in both locations.
With that less on information no one can even guess.
Please post table design as DDL, some sample data as DML statement and the expected result.