View Single Post
  #2  
Old July 19th, 2007, 11:57 AM posted to microsoft.public.access.reports
Allen Browne
external usenet poster
 
Posts: 11,706
Default What does "subscript out of range" message mean when trying to cr.

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

If you get this message when running a wizard, Microsoft suggests taking
these actions:
http://support.microsoft.com/kb/303769
http://support.microsoft.com/kb/242218

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"scottishfirefighter" wrote
in message
...
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?