G
Guest
I recently starting creating MS Acess projects and have run in to a problem.
I create the project and then import my forms and code from an Access .mdb.
When I debug my code, I noticed that my variable does not accept the result
of an addition of fields. I am adding the values of fields on my form and
using a variable to store the value for future use in the code. After I run
the line of code, the variable is equal to "null". The fields have the
correct value, the added value is not being accepted by the variable. What
am I missing? Is it because of importing from a .mdb or something else?
I create the project and then import my forms and code from an Access .mdb.
When I debug my code, I noticed that my variable does not accept the result
of an addition of fields. I am adding the values of fields on my form and
using a variable to store the value for future use in the code. After I run
the line of code, the variable is equal to "null". The fields have the
correct value, the added value is not being accepted by the variable. What
am I missing? Is it because of importing from a .mdb or something else?