I got most of KB Article 322900 to work,
and it is doing EXACTLY what I want it to, except for 0ne thing. I can't get it to put the key field where I want it. Following is what I have.
Private Sub cboNames_AfterUpdate()
Me.[PR3] = Me![cboNames].Column(1)
Me.[ORG5] = Me![cboNames].Column(2)
Me.[PR2 SO] = Me![cboNames].Column(3)
Me.[PR3 SO] = Me![cboNames].Column(4)
Me.[ORG5 SO] = Me![cboNames].Column(5)
Me.[PROD AREA] = Me![cboNames].Column(6)
Me.[PROD AREA SO] = Me![cboNames].Column(7)
Me.[PROD AREA DETAIL] = Me![cboNames].Column(8)
Me.[PROD AREA DETAIL SO] = Me![cboNames].Column(9)
End Sub
Everything is going to the right place, but I am not getting the key field. I tried making the Key Field Column (0), but that blew. Now what
:
Deb Koplen
deb.koplen@verizon.com
koplend@swbell.net (weekends and nights)
A person can stand almost anything except a succession of ordinary days.
and it is doing EXACTLY what I want it to, except for 0ne thing. I can't get it to put the key field where I want it. Following is what I have.
Private Sub cboNames_AfterUpdate()
Me.[PR3] = Me![cboNames].Column(1)
Me.[ORG5] = Me![cboNames].Column(2)
Me.[PR2 SO] = Me![cboNames].Column(3)
Me.[PR3 SO] = Me![cboNames].Column(4)
Me.[ORG5 SO] = Me![cboNames].Column(5)
Me.[PROD AREA] = Me![cboNames].Column(6)
Me.[PROD AREA SO] = Me![cboNames].Column(7)
Me.[PROD AREA DETAIL] = Me![cboNames].Column(8)
Me.[PROD AREA DETAIL SO] = Me![cboNames].Column(9)
End Sub
Everything is going to the right place, but I am not getting the key field. I tried making the Key Field Column (0), but that blew. Now what
:
deb.koplen@verizon.com
koplend@swbell.net (weekends and nights)
A person can stand almost anything except a succession of ordinary days.