Great! I tried to find syntax references regarding the
forms collection, but seemed to find everything but.
Was that particular syntax available in A2K?
Bill
>Can't seem to get the syntax correct for the assignment
>statement seen in Sub tbMov3_LostFocus. I need to
[quoted text clipped - 29 lines]
>End Sub
>------------------------------------------------------------------------------------------
You're almost there! Just change the last line to this:
Forms(strCallingForm).tbmov3 = Me.tbMov3
(and don't forget "End If" if this is really on a separate line.)
--
Bob Hairgrove
NoSpamPlease@Home.com
Bob Hairgrove - 13 Nov 2006 16:47 GMT
>Great! I tried to find syntax references regarding the
>forms collection, but seemed to find everything but.
>Was that particular syntax available in A2K?
>Bill
It was in Access 97 already, or even as early as Access 2 -- but you
needed to always use the bang instead of the dot in Access 2, IIRC.
--
Bob Hairgrove
NoSpamPlease@Home.com