C
Crazyhorse
I know I close. It displays the number of the first column which is the
autonumber. I want it to display the text in the field called FileLocation.
Private Sub CboFileName_AfterUpdate()
Me!txtFileLocation = Me!cboFilename
Endd Sub
Thanks
autonumber. I want it to display the text in the field called FileLocation.
Private Sub CboFileName_AfterUpdate()
Me!txtFileLocation = Me!cboFilename
Endd Sub
Thanks