R
redFred
Can anyone tell me where to look for resolution?
I get error 2455 for invalid reference when I start my DB. It fails on a
current event I added to a 3rd level subform. If I end OR debug and stop the
debugger, the subform works just fine.
The OnCurrent is nothing more than "Me.txtType= Forms![frm1
Client]![Reservationfrm].Form!ScheduledPOfrm.Form!txtScheduleType". I am
testing via VBA because I am wholly unable to determine a reference #error
using txtType's control source. I let the system find it and I get #error.
What might be causing its error at startup and not OnCurrent otherwise?
Or what might be causing the #error using control source?
Thanks.
I get error 2455 for invalid reference when I start my DB. It fails on a
current event I added to a 3rd level subform. If I end OR debug and stop the
debugger, the subform works just fine.
The OnCurrent is nothing more than "Me.txtType= Forms![frm1
Client]![Reservationfrm].Form!ScheduledPOfrm.Form!txtScheduleType". I am
testing via VBA because I am wholly unable to determine a reference #error
using txtType's control source. I let the system find it and I get #error.
What might be causing its error at startup and not OnCurrent otherwise?
Or what might be causing the #error using control source?
Thanks.