A
Angelo
I'm running Access 97 on Windows NT
I've coded about a gazillion Access data forms and this is
the first time I've seen this.
I've got a complex form with about 45 bound text boxes in
the DETAIL section and about 20 or so command boxes. I
know this sounds like a BUSY form that should be
separated, but most of the commands are tucked nicely in
TABS, headers and footers making things compact like my
people want.
Problem - Phase 1.
-----------------
I had a field txtPartNumber which would not show it's
refreshed value with all the other data fields on the
form. Me.Refresh and me.repaint and me.Requery did not
resolve the problem. So, I renamed the fields to
something else and received the following problem.
Prolem - Phase 2.
-----------------
Now is for the first time, I'm getting a METHOD OR DATA
MEMBER NOT FOUND compile error on a text box that
definately is there. I verified that typing in ME. in the
code brings up the text box name - so I know it is being
recognized, but when I compile (or try to run the code) I
get the METHOD OR DATA MEMBER NOT FOUND error. At this
point, there is nothing I could do to get around the error
except to drop the fields and re-add them. Then I get
problem 1 again.
Anyone got any clues for a clueless guy!
Thanx!
Angelo
I've coded about a gazillion Access data forms and this is
the first time I've seen this.
I've got a complex form with about 45 bound text boxes in
the DETAIL section and about 20 or so command boxes. I
know this sounds like a BUSY form that should be
separated, but most of the commands are tucked nicely in
TABS, headers and footers making things compact like my
people want.
Problem - Phase 1.
-----------------
I had a field txtPartNumber which would not show it's
refreshed value with all the other data fields on the
form. Me.Refresh and me.repaint and me.Requery did not
resolve the problem. So, I renamed the fields to
something else and received the following problem.
Prolem - Phase 2.
-----------------
Now is for the first time, I'm getting a METHOD OR DATA
MEMBER NOT FOUND compile error on a text box that
definately is there. I verified that typing in ME. in the
code brings up the text box name - so I know it is being
recognized, but when I compile (or try to run the code) I
get the METHOD OR DATA MEMBER NOT FOUND error. At this
point, there is nothing I could do to get around the error
except to drop the fields and re-add them. Then I get
problem 1 again.
Anyone got any clues for a clueless guy!
Thanx!
Angelo