BabyPowder2u
Programmer
I have a cbo field cboRoomType it has 2 columns, an index & txt
I want to display the text from that field in a txt box.
I know this is simple, but I'm getting the syntax wrong. The following gives an error (in effect it is looking for the value (as a variable)in cboRoomType instead of taking the value & transferring it)
I have:
txtChnlType = Me(cboRoomType.Column(1))
any Help would be appreciated.
T
I want to display the text from that field in a txt box.
I know this is simple, but I'm getting the syntax wrong. The following gives an error (in effect it is looking for the value (as a variable)in cboRoomType instead of taking the value & transferring it)
I have:
txtChnlType = Me(cboRoomType.Column(1))
any Help would be appreciated.
T