Input window trace

BioApps

New member
Local time
Today, 12:47
Joined
May 24, 2012
Messages
1
I have a DB that was built by others. Just before the main form opens, an input window opens up prompting for a date. The name of the window is txtDate and I can find that field/object on one of the forms but I can't find the command that initiates the window. The prompt does nothing, you can cancel it, enter a date, enter a string, enter null...the input goes nowhere. Is there a way to trace the source of the window or some other way for me to find the source and remove it?

Thanks
 
You can probably find it using V-tools - google.
 
Hi

I would guess that its a parameter pop up box. There must be either some code trying to set a date on a query or it's purposely meant to show for you to enter the date. Either way, I'd bet that the data source for the form is a query or there is a query data collection somewhere

Cheers

Nidge
 

Users who are viewing this thread

Back
Top Bottom