Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looking for a better way
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00305584
Message ID:
00306016
Views:
28
Hi Steve,

If you have a table with the names of the cars, you can automatically:

SELECT table1.number, cars.name FROM table1 INNER JOIN cars ;
ON table1.number = cars.number ;
WHERE ... your condition

I don't know if it's this you want. Say something!

Ricardo
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform