PC Review


Reply
Thread Tools Rate Thread

How can I find the definition

 
 
=?Utf-8?B?Y2xhcmE=?=
Guest
Posts: n/a
 
      15th Mar 2007
Hi all,

I double clicked on a variable and press Shift+F2 to try to get the
defination, but I was told "Can not jump to C:\mydatabase.mdb which is not
currrently referenced"
How can I solve it?

Clara

thank you so much for your help


 
Reply With Quote
 
 
 
 
'69 Camaro
Guest
Posts: n/a
 
      15th Mar 2007
Hi, Clara.

> I was told "Can not jump to C:\mydatabase.mdb which is not
> currrently referenced"
> How can I solve it?


Either add C:\mydatabase.mdb as a library reference or open the
C:\mydatabase.mdb database manually, then open a module and search for the
variable name in the current project, where once you find it you can select
<SHIFT><F2> to jump to the definition.

Do you need help adding the library reference?

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blogs: http://DataDevilDog.BlogSpot.com http://DatabaseTips.BlogSpot.com
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.

"clara" <(E-Mail Removed)> wrote in message
news:BACA33D9-5D28-44B4-8A03-(E-Mail Removed)...
> Hi all,
>
> I double clicked on a variable and press Shift+F2 to try to get the
> defination, but I was told "Can not jump to C:\mydatabase.mdb which is not
> currrently referenced"
> How can I solve it?
>
> Clara
>
> thank you so much for your help
>
>



 
Reply With Quote
 
=?Utf-8?B?Y2xhcmE=?=
Guest
Posts: n/a
 
      16th Mar 2007
Hi Camaro,

Here is my case. On my form, I created some textbox controls bound to a
query and displayed the form in a datasheet view. Now, I think Access
declare some variables according to the textboxes' names. How can I see the
declaration of these variables.


Clara

thank you so much for your help


"'69 Camaro" wrote:

> Hi, Clara.
>
> > I was told "Can not jump to C:\mydatabase.mdb which is not
> > currrently referenced"
> > How can I solve it?

>
> Either add C:\mydatabase.mdb as a library reference or open the
> C:\mydatabase.mdb database manually, then open a module and search for the
> variable name in the current project, where once you find it you can select
> <SHIFT><F2> to jump to the definition.
>
> Do you need help adding the library reference?
>
> HTH.
> Gunny
>
> See http://www.QBuilt.com for all your database needs.
> See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
> Blogs: http://DataDevilDog.BlogSpot.com http://DatabaseTips.BlogSpot.com
> http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
> info.
>
> "clara" <(E-Mail Removed)> wrote in message
> news:BACA33D9-5D28-44B4-8A03-(E-Mail Removed)...
> > Hi all,
> >
> > I double clicked on a variable and press Shift+F2 to try to get the
> > defination, but I was told "Can not jump to C:\mydatabase.mdb which is not
> > currrently referenced"
> > How can I solve it?
> >
> > Clara
> >
> > thank you so much for your help
> >
> >

>
>
>

 
Reply With Quote
 
'69 Camaro
Guest
Posts: n/a
 
      16th Mar 2007
Hi, Clara.

> Now, I think Access
> declare some variables according to the textboxes' names.


Access didn't declare any variables for you. It created a Form Property for
each bound column. The text box is named the same as the bound column if
you used the Form Wizard to create it, unless you change the name to
something else, which you'd better do if you ever use the control in VBA
code or in the form's properties dialog window. This will help you avoid
bugs, such as circular references.

> How can I see the
> declaration of these variables.


Since there are no variables, you can't see their declarations. However, if
you want to see the name assigned to a control on your form, open the form
in Design View and select the control, then open the Properties dialog
window and select the "Other" tab. The Name Property will show the
control's name.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blogs: www.DataDevilDog.BlogSpot.com, www.DatabaseTips.BlogSpot.com
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.


"clara" <(E-Mail Removed)> wrote in message
news:79FCFB9D-C673-46E1-BBF3-(E-Mail Removed)...
> Hi Camaro,
>
> Here is my case. On my form, I created some textbox controls bound to a
> query and displayed the form in a datasheet view. Now, I think Access
> declare some variables according to the textboxes' names. How can I see
> the
> declaration of these variables.
>
>
> Clara
>
> thank you so much for your help
>
>
> "'69 Camaro" wrote:
>
>> Hi, Clara.
>>
>> > I was told "Can not jump to C:\mydatabase.mdb which is not
>> > currrently referenced"
>> > How can I solve it?

>>
>> Either add C:\mydatabase.mdb as a library reference or open the
>> C:\mydatabase.mdb database manually, then open a module and search for
>> the
>> variable name in the current project, where once you find it you can
>> select
>> <SHIFT><F2> to jump to the definition.
>>
>> Do you need help adding the library reference?
>>
>> HTH.
>> Gunny
>>
>> See http://www.QBuilt.com for all your database needs.
>> See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
>> Blogs: http://DataDevilDog.BlogSpot.com http://DatabaseTips.BlogSpot.com
>> http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
>> info.
>>
>> "clara" <(E-Mail Removed)> wrote in message
>> news:BACA33D9-5D28-44B4-8A03-(E-Mail Removed)...
>> > Hi all,
>> >
>> > I double clicked on a variable and press Shift+F2 to try to get the
>> > defination, but I was told "Can not jump to C:\mydatabase.mdb which is
>> > not
>> > currrently referenced"
>> > How can I solve it?
>> >
>> > Clara
>> >
>> > thank you so much for your help
>> >
>> >

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
where find all definition registry ? Vincent Microsoft Windows 2000 Registry 1 4th Apr 2006 07:56 PM
Cannot find VBA definition in XP Only =?Utf-8?B?Um9iZXJ0MTEwNQ==?= Microsoft Access VBA Modules 3 2nd May 2005 09:55 PM
Can't find table definition Reid Microsoft Access External Data 2 4th Nov 2004 05:29 PM
Compiler can't find definition =?Utf-8?B?UmF5IENhY2NpYXRvcmU=?= Microsoft ASP .NET 0 27th Jul 2004 11:54 PM
cannot find class definition meng Microsoft VC .NET 0 27th Oct 2003 01:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:18 PM.