I used the form wizard to make a form from a parameter query. It worked great and I was really excited because this will be invaluable for the semester project I'm doing. I then put a command button on a form previously created (using the wizard) that should open the new form (and thus request that the parameter be entered). Well, I got the blasted "Ambiguous Name Detected: AddNewClick" error message. For one thing, on click, it's supposed to open the form, not add a new record!
Then, when I tried to go back and use the new form by itself, I got a compile error when I tried to close the form using the "close" button ("Compile Error: Ambiguous Name Detected: AddNew_Click"). Same type problem as before -- on click, it's supposed to CLOSE the form, not add a new record.
Since I don't know the language, Access showing me the "problem" doesn't solve a thing. Is there a bug in Access that causes this problem on occasion? Because this isn't the first time I've had the same problem with a form or forms that previously worked. What on earth could be the problem?
Just for info, I’m working on a end-of-chapter problem for my Access 2000 class. The problem involves a computer store's database and I need to be able to click on a button in the "Order Form" to open the "Customer Form" to find/add a customer. I need to be able to do this stuff for my semester project, which will be a client database. I have just over a week before I have to have it done and if I can't get even the homework to work then I'm sunk.
Can anyone provide any tips/insight as to what I can do to try to fix the problem I'm having with the forms in the homework problem?
Then, when I tried to go back and use the new form by itself, I got a compile error when I tried to close the form using the "close" button ("Compile Error: Ambiguous Name Detected: AddNew_Click"). Same type problem as before -- on click, it's supposed to CLOSE the form, not add a new record.
Since I don't know the language, Access showing me the "problem" doesn't solve a thing. Is there a bug in Access that causes this problem on occasion? Because this isn't the first time I've had the same problem with a form or forms that previously worked. What on earth could be the problem?
Just for info, I’m working on a end-of-chapter problem for my Access 2000 class. The problem involves a computer store's database and I need to be able to click on a button in the "Order Form" to open the "Customer Form" to find/add a customer. I need to be able to do this stuff for my semester project, which will be a client database. I have just over a week before I have to have it done and if I can't get even the homework to work then I'm sunk.
Can anyone provide any tips/insight as to what I can do to try to fix the problem I'm having with the forms in the homework problem?