Feb 20, 2002 #1 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?
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 Joined Apr 9, 2001 Messages 209 Location 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 Joined Feb 20, 2002 Messages 2 Location IN VB 6.0 and crystal reports 7 Upvote 0 Downvote
Feb 22, 2002 #4 HermanvLimbeek Programmer Joined Apr 9, 2001 Messages 209 Location 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