J
James T.
Hi,
I am running Access 2000.
Using this code to autopop to a form. The problem is that
the form has 5 places for the same name, 8 places for the
same address etc. Is there a way to autopop from on column
of the combo box to multiple fields on a form?
Private Sub Combo161_AfterUpdate()
ApplicantName = Combo161.Column(1)
CoApplicantName = Combo161.Column(2)
PropertyAddress = Combo161.Column(3)
ZipCode = Combo161.Column(4)
APPSNN = Combo161.Column(5)
CoAppSSN = Combo161.Column(6)
Contractor20 = Combo161.Column(7)
End Sub
Thanks for any help.
James
I am running Access 2000.
Using this code to autopop to a form. The problem is that
the form has 5 places for the same name, 8 places for the
same address etc. Is there a way to autopop from on column
of the combo box to multiple fields on a form?
Private Sub Combo161_AfterUpdate()
ApplicantName = Combo161.Column(1)
CoApplicantName = Combo161.Column(2)
PropertyAddress = Combo161.Column(3)
ZipCode = Combo161.Column(4)
APPSNN = Combo161.Column(5)
CoAppSSN = Combo161.Column(6)
Contractor20 = Combo161.Column(7)
End Sub
Thanks for any help.
James