Hello,
So my desk is getting concave from me banging my head against it, so if this is a little difficult please bear with me.
So I have been assigned to 'fix' a sizable (aprox 25 mb at this writing) database. The person who created it and set it up had limited access experience and named every single field in the tables with at least one space in the name. This is driving me nuts as it makes coding things a nightmare. Subsequently I have started the painful process of trying to rename all the fields whilst keeping all the relationships happy and kosher.
I have one question and one problem.
The Problem-
the primary data table is called tbl_Data_Entry and originally the recordid field was labeled "Record Identification Field"
I have changed the name to RecordID, and as far as I can tell I have gone through every query, report, form, and module and made the requisite changes....but I still keep getting the error "Enter Parameter Value, Tbl_Data_Entry.Record Identification Field" Which seems to indicate to me that I must have missed changing the record name somewhere on something. This brings me to my question.
Is there a way using code to tell access to replace all instances of Record Identification Field with RecordID?
Any and all help would be appreciated.