本文介绍了下标超出范围问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
这是aceess
SELECT indents.pr_no, indents.issue_date, items.description, items.units, items.item_group, indentitems.quantity, indentitems.date_required, departments.system_name, departments.subsystem_name
FROM ((indentitems INNER JOIN indents ON indentitems.pr_no=indents.pr_no) INNER JOIN departments ON indentitems.department_code=departments.department_code) INNER JOIN items ON indentitems.item_code=items.item_code;
当我使用表单向导为该查询创建表单时,错误框显示下标超出范围.
我不知道发生了什么
有人可以帮忙吗??
在此先感谢
when i use the form wizard to make a form for this query the error box shows subscript out of range..
i dont understand what is happening
can anyone help please????
thanks in advance
推荐答案
这篇关于下标超出范围问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!