removing popup Dialog box

grenee

Registered User.
Local time
Today, 10:52
Joined
Mar 5, 2012
Messages
212
Good Day All,

I have a control on my form called cboCurrentEmployee which I want to delete. When deleted and I move from design to form view a dialog box pops up with the notice: "Enter Parameter value"

I searched for likely events to trigger this notice but in vain. I can't find a macro or module that causes this action.

Can anyone assist?
 
I'd check the form's record source for a form reference to the control.
 
Depending on how the Form was created, Access may have used a SQL Select statement to populate the Form, probably including the now vanished Field. If this is the case, simply delete the current RecordSource then re-select it (assuming that the Field has been deleted from the underlying Table/Query) and you should be good to go.

New developers, when adding/dropping a Field from a Table, often forget to do the same to any Queries based on the Table.

Linq ;0)>
 

Users who are viewing this thread

Back
Top Bottom