What does "subscript out of range" message mean when trying to cr.

  • Thread starter scottishfirefighter
  • Start date
S

scottishfirefighter

Im trying to create a new form or report using the wizard, and when i add a
particular field from one of my tables, i get a message saying "Subscript out
of range". What does it mean and how do i fix it?
 
D

David W. Fenton

"Subscript out of range" means that the code is trying to refer to
something (typically a field) that it can't find.

More specifically:

It means that the requested item counter used for navigating a
collection is invalid for a collection or array is greater or
smaller than would be valid.
 

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

Top