Cloumn property

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Assuming you're using the Column property, be aware that the column count is
0 based: the second column will be Column(1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top