Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extract a customer name from customer database
Message
 
To
06/05/1998 05:26:32
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00097255
Message ID:
00097269
Views:
16
>I am a beginner for writing visual foxpro program.
>
>I create a invoice report, the invoice.dbf just only keep the customer no. But I want to print the customer name in this report. How can i extract the customer name from the customer.dbf by the customer no in the invoice.dbf.
>
>Would anyone can tell me how to do?
>
>Thanks
>
>Dennis

select name, address1 from customer join invoice on customer.id_number = customer.id_number
Previous
Reply
Map
View

Click here to load this message in the networking platform