473,804 Members | 2,931 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

References in Access and VB

I need to convert a short Access module to regular VB 5 program. I'm not
familiar with VB.

In Access I have

Public qbXMLCOM As QBXMLRP2Lib.Req uestProcessor2

and at Tools>Reference s there is a Reference to QBXMLRP2 1.0 Type Library
Is there an Equivalent to the Tools>Reference s screen in VB 5?

currently I'm getting a "user defined type not defined" error.

Nov 13 '05 #1
4 2486
Karl Irvin wrote:
I need to convert a short Access module to regular VB 5 program. I'm not
familiar with VB.

In Access I have

Public qbXMLCOM As QBXMLRP2Lib.Req uestProcessor2

and at Tools>Reference s there is a Reference to QBXMLRP2 1.0 Type Library
Is there an Equivalent to the Tools>Reference s screen in VB 5?

currently I'm getting a "user defined type not defined" error.


Can't remember back that far but in VB6 it's Project->References

--
[OO=00=OO]
Nov 13 '05 #2
Karl Irvin wrote:
I need to convert a short Access module to regular VB 5 program. I'm not
familiar with VB.

In Access I have

Public qbXMLCOM As QBXMLRP2Lib.Req uestProcessor2

and at Tools>Reference s there is a Reference to QBXMLRP2 1.0 Type Library
Is there an Equivalent to the Tools>Reference s screen in VB 5?

currently I'm getting a "user defined type not defined" error.


Can't remember back that far but in VB6 it's Project->References

--
[OO=00=OO]
Nov 13 '05 #3
Trevor

Thanks. It's in the same place in VB 5.

I had looked at all menus but missed it.

"Trevor Best" <no****@besty.o rg.uk> wrote in message
news:42******** *************** @news.zen.co.uk ...
Karl Irvin wrote:
I need to convert a short Access module to regular VB 5 program. I'm not
familiar with VB.

In Access I have

Public qbXMLCOM As QBXMLRP2Lib.Req uestProcessor2

and at Tools>Reference s there is a Reference to QBXMLRP2 1.0 Type Library
Is there an Equivalent to the Tools>Reference s screen in VB 5?

currently I'm getting a "user defined type not defined" error.


Can't remember back that far but in VB6 it's Project->References

--
[OO=00=OO]

Nov 13 '05 #4
Trevor

Thanks. It's in the same place in VB 5.

I had looked at all menus but missed it.

"Trevor Best" <no****@besty.o rg.uk> wrote in message
news:42******** *************** @news.zen.co.uk ...
Karl Irvin wrote:
I need to convert a short Access module to regular VB 5 program. I'm not
familiar with VB.

In Access I have

Public qbXMLCOM As QBXMLRP2Lib.Req uestProcessor2

and at Tools>Reference s there is a Reference to QBXMLRP2 1.0 Type Library
Is there an Equivalent to the Tools>Reference s screen in VB 5?

currently I'm getting a "user defined type not defined" error.


Can't remember back that far but in VB6 it's Project->References

--
[OO=00=OO]

Nov 13 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
32211
by: Michelle Collier-Moore | last post by:
Please could someone offer some advice regarding adding references to an Access database? I tried to open a project a few days ago sent to me by someone whose developer had left the company. I found that I had a reference problem and went to the usual Tools, References place to fix it. The References option was greyed out and as I have never seen this happen before, after trying various things, searching here for an answer etc. gave up!!
5
2979
by: John | last post by:
Hi I have my app in access 2000 and the office version I have is 10.0 (xp). When I send my app to clients (who have office 9.0/2000) as mde, how does my application work around the reference problems due to version number differences? Thanks Regards
11
1867
by: WindAndWaves | last post by:
Hi Gurus I have recently discovered references in the VB section of MS Access, however, when choosing references, I noticed that there are more than who knows how many options. How and/or where do you i get more information on all the references available? Are there any that I should be using / should be avoiding (I know about the DAO stuff)? Keen to hear any suggestions.
3
5895
by: SAM | last post by:
Hi everyone, I consider myself a very competent programmer when it comes to actual programming and analyzing the business that I'm modelling. I am now crossing into what I would consider Access admin/config territory, an area where I generally suck at. Here is my problem. I do all my programming on my laptop before giving
3
1669
by: Lauren Wilson | last post by:
Hello good folks! It is WAY past time for me to figure out how to check for the existence of all referenced libraries on application startup and provide feedback to the user if they are not. Do any of fine folks have a link to some sample VBA code that will do this? The big issue, I believe, is how to make such a procedure sensitive the various storage locations for the referenced DLLs on various versions of Access -- 2000, 2002 and...
4
2813
by: Zlatko Matiæ | last post by:
Hello. I prepared a .mde file using Access 2003. When I tried to use it on a computer with Access 2002 installed, it didn't work, because some references were missing (lower versions). Therefore I had to manually adjust references to lower versions, first in .mdb and then create new .mde file on the client computer. Although it solved the problem in this case, it is obviously not the best solution, because I can't be phisically present...
2
22298
by: S. van Beek | last post by:
Dear reader, For removing a reference in the VBA reference form I receive from Doug Steele the following code: ........... References.Remove refCurr
24
2823
by: MLH | last post by:
Most people tell me I only need 3 references. It seems that many of my problems are related to references. I don't know what a reference is, quite frankly. I wish that, instead of about 200 references in the list, there were only those three I need. Many questions come to mind: 1) How do the references make their way into the list? 2) Must the 197 references in A97 that are unused be deleted? Or must they remain in the list.
30
2498
by: jeremygetsmail | last post by:
I've got an adp (Metrix.adp) with a reference to another adp (InteractSQL.adp). InteractSQL sits on a server, and is refered to by all of the clients (Metrix), which sit on the client machines (There's also a SQL Server that sits on the server, but that's besides the point here.). Both adp files have references to ADOX. I've got to check Metrix has an older version of ADOX, and react appropriately. I've written code to do this, and it...
3
3866
by: CenturionX | last post by:
Hello everybody: I'd like to know what references in my vba code are used or not. I work in a code made by another person previously, i founded to many references and i believe that someones are not used. I'd like to optimize the application ereasing the useless references. Thanks a lot.
0
9706
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9577
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10325
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10315
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10075
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9140
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7615
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
2
3815
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2990
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.