Hi,
I've tried searching for this question here to no avail, so sorry if this is a repeat.
I have combo/list boxes with multiple columns and have no problems referring to columns 0 and 1 in VBA. If I try referring to any columns greater than this (ie 2, 3, 4, etc) however, it always produces a null value even though that shouldn't be the case.
I've previously worked around this issue by using a SQL query instead of columns in Combo/List box, but this is really starting to frustrate! It doesn't seem to be happening on a particular form within my project, although this is the first project I have tried to use more than 2 columns on a combo/list, so not sure if it's a db problem.
I'm using Access 2002 on Windows XP and can't seem to find anyone else having this issue.
I'd really appreciate any help on this issue. Thanks
I've tried searching for this question here to no avail, so sorry if this is a repeat.
I have combo/list boxes with multiple columns and have no problems referring to columns 0 and 1 in VBA. If I try referring to any columns greater than this (ie 2, 3, 4, etc) however, it always produces a null value even though that shouldn't be the case.
I've previously worked around this issue by using a SQL query instead of columns in Combo/List box, but this is really starting to frustrate! It doesn't seem to be happening on a particular form within my project, although this is the first project I have tried to use more than 2 columns on a combo/list, so not sure if it's a db problem.
I'm using Access 2002 on Windows XP and can't seem to find anyone else having this issue.
I'd really appreciate any help on this issue. Thanks