subscript out of range

G

Guest

Help please, I have read the answer here but it does not apply to my problem.
I go to the report wizard and try to get a report set up using a query that
is based on two tables. The query runs just fine, but when I have all the
information I want in the wizard set up and go to the next step I get
subscript out of range. Any ideas or am I being to simple? Thanks
 
T

tw

Not sure about access, but cause is probably similar to FoxPro. Subscript
out of range is caused by one of the following

an index is corrupt (in foxpro the indexes are in a separate file on the
disk)
the database is corrupt
you are actually trying to access a record beyond the eof
you are trying to access a row in an array beyond the last element of the
array

You don't actually say what the next step is. It might help to know.
 

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