Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB .NET having trouble with custom function in Access Query

Status
Not open for further replies.

Phil5673

Programmer
Sep 30, 2002
42
US
I have a query written in Access 2003 that uses a custom function (VBA).

Another developer in the organization is trying to execute the query from VB .NET (using ADO .NET).

ADO .NET doesn't know what to do with the custom function.

We don't want to copy the custom function in VB .NET because we don't want to have to maintain 2 sets of code.

Are there any other options?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top