Hi there
I work on Ms Access and its VB.
i have two problems:
First:
I'd like to hve some line(s) of code(s) that would prevent the query on which my form is based, from running the first time that my form is loaded.
Because presently, a dialog box opens up and asks me for the argument/value to pass in my query when my form loads up -->which i have to hide from the end-user (who wont understand this obviously)
Second:
My forms are based on queries. On adding new records (or updating an existing record) to my tables, I have the following errors/MSaccess comment:
"MyDB cant't append all the records in the append query."
Help says that it's because i'm using an action query, but i know nothing about how to solve that.
Thanks for your response and solutions.
I work on Ms Access and its VB.
i have two problems:
First:
I'd like to hve some line(s) of code(s) that would prevent the query on which my form is based, from running the first time that my form is loaded.
Because presently, a dialog box opens up and asks me for the argument/value to pass in my query when my form loads up -->which i have to hide from the end-user (who wont understand this obviously)
Second:
My forms are based on queries. On adding new records (or updating an existing record) to my tables, I have the following errors/MSaccess comment:
"MyDB cant't append all the records in the append query."
Help says that it's because i'm using an action query, but i know nothing about how to solve that.
Thanks for your response and solutions.
Comment