Z
zonk2439
I am using the below code to auto fill two fields. However I can never get
column 2 to fill. I can switch the Phone and Email order and only column 1
will always populate but never colunm 2? Any idea why?
Private Sub Contact_AfterUpdate()
Me.Contact = Me.Contact.Column(0)
Me.Phone = Me.Contact.Column(1)
Me.Email = Me.Contact.Column(2)
Thanks in advance!!
column 2 to fill. I can switch the Phone and Email order and only column 1
will always populate but never colunm 2? Any idea why?
Private Sub Contact_AfterUpdate()
Me.Contact = Me.Contact.Column(0)
Me.Phone = Me.Contact.Column(1)
Me.Email = Me.Contact.Column(2)
Thanks in advance!!