G
Guest
I opened the database I use on a daily basis and started getting errors in
the code pointing to undeclared variables. It seems associated with
statements that are pointed to controls on a form where the control name and
its underlying datasource are different. I had to change the code to match
the name of the control.
Other errors are generated where I have code writing a value to a table
associated with a certain form, but that particular field is not on the form.
I had to insert the field in the form and turn its visible value to no to get
the code to work.
Something has obviously changed but I cannot figure out what?
the code pointing to undeclared variables. It seems associated with
statements that are pointed to controls on a form where the control name and
its underlying datasource are different. I had to change the code to match
the name of the control.
Other errors are generated where I have code writing a value to a table
associated with a certain form, but that particular field is not on the form.
I had to insert the field in the form and turn its visible value to no to get
the code to work.
Something has obviously changed but I cannot figure out what?