Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

‘Enter Parameter Value’ inexplicable request

Status
Not open for further replies.
Joined
Jul 6, 2005
Messages
52
Location
GB
I have an extremely annoying problem that simply won’t go away. I have a form called ‘Proformas’ that is opened and closed from a menu. The form is based on a table (also called Proformas) and has a combo box that moves you to the selected record according to the proforma you select . Everything works fine but when I close the form from the menu that has only one command in the associated function, i.e. close form, Access asks for a parameter called CountryID. Simply pressing Enter, or entering any old gobbledegook in the parameter input box, allows the form to close.

The best bit is when I close the form without using the menu, it doesn’t ask for the parameter! I searched the form thoroughly for any queries that ask for this parameter, but there aren’t any. It seems something is stuck in memory. Has anybody had a problem like this and if so how do I get rid of it without reprogramming the entire form?
 
Check if there is anything in the filter property of the form. if anything there then delete it.
(This may be a chance of problem)

________________________________________________________
Zameer Abdulla
Help to find Missing people
Do not cut down the tree that gives you shade.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top