Enter parameter value

G

Guest

I recently changed my field names in the table. After that I changed the
field names on the form as well. However, when I try to open main form it ask
for a parameter value for an OLD field name. I checked the new field on the
form and data source shows the right field but I dont understand why it keeps
asking parameter value for old and unused field?
 
G

Guest

Somewhere there is a reference to the old field name. If the form's record
source is a query, check to see that you updated that.
Are there any combo boxes on your form that may be referencing the old name?
Any VBA code that might have used it?

Here is a site where you can download a very good find and replace utility.
There is a free demo version and the license version is only $39.00 US. It
is the best $39 I ever spent on software.
 
G

Guest

The record source of the form is table, and I have two combobox but they are
not relevant with the field that causes the problem. I looked at all the VB
codes but I couldnt find this old field name referance :((

What else you can suggest?
 

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