Private Sub CboManual_AfterUpdate()
Me.Description.Column(1).Value = Me.CboManual.Column(2)
End Sub
ASKER
ASKER
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
TRUSTED BY
To set the combobox, all you need to do is assign the combobox to the corresponding value.
EG:
Open in new window
This is of course assuming that Description's bound column is Column 2 of the cboManual.