Feb 20, 2002 #1 uma30 Programmer Feb 20, 2002 2 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?
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?
Feb 21, 2002 #2 HermanvLimbeek Programmer Apr 9, 2001 209 NL What version of Crystal Reports do you use? And what version of VB? Herman :-Q Upvote 0 Downvote
Feb 21, 2002 Thread starter #3 uma30 Programmer Feb 20, 2002 2 IN VB 6.0 and crystal reports 7 Upvote 0 Downvote
Feb 22, 2002 #4 HermanvLimbeek Programmer Apr 9, 2001 209 NL I think you should place the fieldnames in brackets: {Customer.Customer ID} = {Orders.Customer ID} Herman :-Q Upvote 0 Downvote
I think you should place the fieldnames in brackets: {Customer.Customer ID} = {Orders.Customer ID} Herman :-Q