Hi,
We have a database which hasn't had the code changed for months, but has all of a sudden started to error on the following line of code
The table Payment is a local table in the mdb database and is created by a make table query shortly before this statement is run, what we can't understand is why this works until one day it just decides to stop working.
We have even tried running it on an unpatched pc to see if a recently windows patch has broken something but it still gives the same error.
Does anyone have any ideas.
Thanks,
Gavin,
We have a database which hasn't had the code changed for months, but has all of a sudden started to error on the following line of code
Code:
Forms![MainForm]![PaymentsSubForm].Form.RecordSource = "Payment"
The table Payment is a local table in the mdb database and is created by a make table query shortly before this statement is run, what we can't understand is why this works until one day it just decides to stop working.
We have even tried running it on an unpatched pc to see if a recently windows patch has broken something but it still gives the same error.
Does anyone have any ideas.
Thanks,
Gavin,