Cloumn property

B

Belle

I get an error when trying to use the column property in a query. One of the
fields is a combo box, when trying to get the 2nd column of information.
Access gives an error Invalid no"."
Please help
 
D

Douglas J. Steele

Assuming you're using the Column property, be aware that the column count is
0 based: the second column will be Column(1)
 
Top