G
Guest
I have a function with one argument that is being called from another
function. In the process of testing, I decided to add a second argument to
the function. So I changed the Function statement as follows:
From: Function Test(A) To: Function Test(A,B)
When I went to the calling statement to add the second argument, Access
allowed me to add the second argument, but when I moved the cursor off the
line, I get an error message: "Compile Error, Expected =".
I have tried recreating the called function statement, changing the Function
to Sub--all with the same result.
Can someone give me an idea of what I am missing?
Thanks.
function. In the process of testing, I decided to add a second argument to
the function. So I changed the Function statement as follows:
From: Function Test(A) To: Function Test(A,B)
When I went to the calling statement to add the second argument, Access
allowed me to add the second argument, but when I moved the cursor off the
line, I get an error message: "Compile Error, Expected =".
I have tried recreating the called function statement, changing the Function
to Sub--all with the same result.
Can someone give me an idea of what I am missing?
Thanks.