Re: How to update field with information from another field
- From: "Linq Adams via AccessMonster.com" <u28780@uwe>
- Date: Wed, 02 Jul 2008 00:01:15 GMT
Private Sub CustName_AfterUpdate()
Me.CustNumb = DLookup("CustNumb", "YourTableName", "[CustNumb] = '" & Me.
CustName & "'")
End Sub
--
Message posted via http://www.accessmonster.com
.
- Prev by Date: Re: Subform CanShrink Property
- Next by Date: Re: How to update field with information from another field
- Previous by thread: Copying Relationships from one mdb to an other
- Next by thread: Re: How to update field with information from another field
- Index(es):