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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error 20515

Status
Not open for further replies.

uma30

Programmer
Joined
Feb 20, 2002
Messages
2
Location
IN
i get the run time error 20515 when i run the following code:

str_formula = "Customer inner join Orders on Customer.Customer ID= Orders.Customer ID"

can anybody help me out?
 
What version of Crystal Reports do you use? And what version of VB?

Herman :-Q
 
VB 6.0 and crystal reports 7
 
I think you should place the fieldnames in brackets:

{Customer.Customer ID} = {Orders.Customer ID}

Herman :-Q
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top