Trace varible

Xenix

Registered User.
Local time
Today, 21:26
Joined
Oct 8, 2001
Messages
124
Can anyone tell me a way to trace a varible while I use Access?

this database is so big and I just can't see where the value to this field is being input from :(



Kind regards

Mike
 
When in the VB window, click on the binoculars and type the varable name. Then search and access will scroll through and highlight each occurance of the word.

Also remember to select 'current project' to search all the code.

Eventually you should come across the Dim statement (Dim yourvariable as String (or whatever))

Viewing each instance you will eventually make sense of the problem and find the source of the variable value.

Dave
 
Thank you Dave

that worked :)
 

Users who are viewing this thread

Back
Top Bottom