Full Version: listbox and column > reference
UtterAccess Discussion Forums > Microsoft® Access > Access Forms
Ozarka
Dim RG As String
RG = Left(Me.ListGrpInfo.Column(4), 2)
MsgBox RG

I am getting an error. When i move my mouse over column(4) i see null. ListGrpInfo is a list box. can i used column for listbox.
Ozarka
I just learn with list box you will have to mention the row #. How interesting ? Here is the code that worked for me cause I am only pulling 1 record from a query.

Left((Me.ListGrpInfo.Column(4, 1)), 2)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.