Tim Legate 0 Posted January 17, 2023 I am writing code to copy data from a msAccess table to an IB table. For some reason, the system can find most of the fields, but cannot find two of them and I cannot understand why... It does not find field "FN" or "CONADDED" in the fdToTable. I cannot see a reason that these two fields are any different than the others. Any advice would be appreciated. (Using 10.4 Community Edition Of Delphi and InterBase 14.0.0.501) Share this post Link to post
Stano 143 Posted January 17, 2023 Hm, I see that he did not find LN. Not FN. 1 Share this post Link to post
Tim Legate 0 Posted January 17, 2023 my bad - you are correct. I still need to know why... Share this post Link to post
Stano 143 Posted January 17, 2023 And what why? We can't see your computer. It seems to me that you have flipped the tables with Conadded. Share this post Link to post
weirdo12 19 Posted January 17, 2023 (edited) 3 hours ago, Tim Legate said: my bad - you are correct. I still need to know why... Column LN does not exist in fdToTable. It may exist in your database but it's not in the table objects field collection. Edited January 17, 2023 by weirdo12 Share this post Link to post
Tim Legate 0 Posted January 18, 2023 Got it now. Must be that brain fog I hear about. Thanks folks. Share this post Link to post