jdspinelli
Programmer
Good Morning:
Can anyone point me in the right direction? I have a linked table that had two columns (both booleans) that I no longer needed. I deleted the columns from the table and, upon opening a form that used that table, Access asked me for a parameter in the format <tableName>.<columnName>. I searched my code for a reference to that deleted column name and it was nowhere to be found. I finally added back the deleted columns and the code works. HOWEVER, I want to delete those unwanted columns at some point.
Here is my question: is there a way to programmatically search for the deleted field names in properties - since I did not find it in the code? Can anyone suggest how I might find this orphaned reference?
Thanks in advance,
Joe
Can anyone point me in the right direction? I have a linked table that had two columns (both booleans) that I no longer needed. I deleted the columns from the table and, upon opening a form that used that table, Access asked me for a parameter in the format <tableName>.<columnName>. I searched my code for a reference to that deleted column name and it was nowhere to be found. I finally added back the deleted columns and the code works. HOWEVER, I want to delete those unwanted columns at some point.
Here is my question: is there a way to programmatically search for the deleted field names in properties - since I did not find it in the code? Can anyone suggest how I might find this orphaned reference?
Thanks in advance,
Joe