no value given for one or more required parameters

前端 未结 4 2061
滥情空心
滥情空心 2020-12-07 01:48

What\'s wrong in here, I always get some nasty errors even if the same code that I used earlier works. But when I apply it to other form it gives me the error above. here\'s

4条回答
  •  离开以前
    2020-12-07 02:16

    When pasting the command text into access itself and Access pops up telling you which field is the problem, if there does not appear to be a type, try enclosing the field name in square brackets. [ ] It is possible that one of your columns may contain a keyword. This happened to me, which the column LL_ID - I had to change it to [LL_ID].

提交回复
热议问题