473,320 Members | 1,887 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

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.RequestProcessor2

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

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

Nov 13 '05 #1
4 2459
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.RequestProcessor2

and at Tools>References there is a Reference to QBXMLRP2 1.0 Type Library
Is there an Equivalent to the Tools>References 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.RequestProcessor2

and at Tools>References there is a Reference to QBXMLRP2 1.0 Type Library
Is there an Equivalent to the Tools>References 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.org.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.RequestProcessor2

and at Tools>References there is a Reference to QBXMLRP2 1.0 Type Library
Is there an Equivalent to the Tools>References 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.org.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.RequestProcessor2

and at Tools>References there is a Reference to QBXMLRP2 1.0 Type Library
Is there an Equivalent to the Tools>References 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
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...
5
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...
11
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...
3
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...
3
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. ...
4
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...
2
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
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...
30
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...
3
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...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.