Enter Parameter Value on form close error

maxcess

Registered User.
Local time
Today, 12:31
Joined
May 24, 2004
Messages
15
It does not appear harmful, just cosmetic. Is there a way to supress it or deal with it. The issue seems like http://support.microsoft.com/default.aspx?scid=kb;EN-US;811860 but it is Windows 2000 with Access XP rather than Windows XP.

The condition follows when the main form closes. There is a subform built on a query that references the data from the parent form for it's values. Hmmm, maybe if I build the query within the form Recordsource control instead.....
 
Sorry, but I don't follow you at all ?
 
Thanks for the link! :) Maybe you need to turn echo off in the on close event in the sub form?
 
Or, close the subform when the main form closes
 
If you simply want to eliminate the error without correcting it, set the systemwarnings off.

docmd.SystemWarning False
 

Users who are viewing this thread

Back
Top Bottom