Changing Form Name

J

jimati

Twice this has happened to me. I have a form with two
combo boxes. In the second combo boxes' record source
property is a reference to the first combo box. For
example: in the query design view for the 2nd combo box,
I have a criteria that looks like this: forms!frmMain!
combo1. The problem is that when I save the form and try
to run it, Access automatically changes the form name
to "form1" so that it looks like forms!form1!combo1.
Form1 is not the name of my form, frmMain is. Every time
I change it, Access changes it back. Any suggestions?
 
G

Guest

Hi,

It is important that you always save a form before you
attempt to write code or link combo boxes etc. save your
form first then do the same as you did before and the
problem will be no more.

Cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top