parameter prompt

gte118f

New Member
Joined
Aug 13, 2003
Messages
1
I have recently changed a database (that I did not originally create) to store a new piece of information, and I simply removed an outdated field in the main table and added the new field in its place. When I open one of the forms, it asks for the parameter value for "Reports.Old Log Number"(which is the field I removed for the new FR Number). I have read the posts regarding similar issues with parameter prompts, and have therefore tried everything I can think of to rectify a possible field/object referencing problem (double-checked forms, queries, etc.). I have only been doing this a few months, so there is a big possibility I have missed something completely obvious to the more experienced. Any suggestions are very welcome. Thanks.
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
My first guess would be in the form. Is it doing something with the data contingent on the value in this specific field?
 
Upvote 0
There's a few places to look -- parameter prompts can drive you crazy!

1. Check the form's RecordSource. It's either the table that contains the offending field or a query that references it. If you're like me and build queries on queries, you may have to dig a few levels down.

2. If not, it's probably (part of) the RecordSource for one or more controls on the form -- either a Combo or ListBox, or a (hidden) textbox.

Hope that helps

Denis
 
Upvote 0

Forum statistics

Threads
1,221,551
Messages
6,160,460
Members
451,648
Latest member
SuziMacca

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top