I have read and tried every snippet of code, usually I get an error message from anything I have tried here…for example I tried this code
Sub UpdateBoolen()
Dim bYes as boolean,oDrawpage as Object
bYes=TRUE
oDrawPage.getByName(“GRPChged”).effectiveValue = bYes
oDrawPage.getByName(“GRPChged”).commit(bYes)
End Sub
“GRPChged” is a boolean value in my GRPTable
This is called from a text box Changed Event…I get a runtime error here oDrawPage.getByName(“GRPChged”).effectiveValue = bYes Object variable not set
my limited apparent understand was that these fields were available from the event handler, like the form name and the Calling control name which I have been able to access. This software crashes all the time and it recovers itself. I can’ even get the MRI program to work effectively either. I have a mac running Mac O 14. I may have to breakdown and buy a cheap window laptop and run access there, I never had this frustration. I attribute it to my own ignorance but thenI am beginning to wonder. I am certainly not new to this stuff just very very frustrated especially when using snippets of suggested code to try and they almost always fail with n error. PERHAPS I have something setup incorrectly… I would really like to make a go of this as I am somewhat tenacious.
Respectfully,
Glen