Another error. The record source " bla bla, bla" specified does not exist. The name may be misspelled, deleted or renamed. The form properties source code appears ok. any other possibilities?
Here's the message....
The record source " bla bla, bla" specified does not exist. The name of the recordsource may be misspelled, the record source was deleted or renamed or the record source exists in another database.
Opening a form triggers the message.The table upon which a form is based is there (not missing) and the language in the record source appears ok. I removed the form and imported a copy of the original
What am doing wrong ?
I do not have any code that would change the record source. Here's the language, I will check the subforms. I have multiple copies of the database and the same form works in one but not the other
SELECT TblParts.InHousePartNumber, TblParts.PartName, TblParts.Ref_PartGroup, TblParts.UnitOfMeasure, TblParts.PAR, TblParts.Warranty, TblParts.Discontinued, TblParts.EntryDate AS TblParts_EntryDate, TblTransactions.TransactionID, TblTransactions.Ref_InHousePartNumber, TblTransactions.TransDate, TblTransactions.TransType, TblTransactions.ReasonCode, TblTransactions.TransQty, TblTransactions.TransCost, TblTransactions.EntryDate AS TblTransactions_EntryDate, TblPartVendorDetails.PartVendorDetailsID, TblPartVendorDetails.RefTransactionID, TblPartVendorDetails.Ref_VendorName, TblPartVendorDetails.VendorPartNumber, TblPartVendorDetails.Preferred, TblPartVendorDetails.VendorPartModelNumber, TblPartVendorDetails.VendorPartSerialNumber, TblPartVendorDetails.VendorPartCost, TblPartVendorDetails.EntryDate AS TblPartVendorDetails_EntryDate FROM (TblParts INNER JOIN TblTransactions ON TblParts.InHousePartNumber=TblTransactions.Ref_InHousePartNumber) INNER JOIN TblPartVendorDetails ON TblTransactions.TransactionID=TblPartVendorDetails.RefTransactionID;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.