Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save record frm 2 different tables
Message
From
29/04/2004 21:02:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Save record frm 2 different tables
Miscellaneous
Thread ID:
00899569
Message ID:
00899569
Views:
64
peace!!!
i have this product table and a purchase table.... im going to display all the products to a grid and im going to update the price and quantity of each product, then i have a "purchased by" information entry also. and im going to save the updated products and the "purchased info" to purchased table.

&& heres the table-purchased look like

purchased id name product quantity price
1101 joe apple 5 20
1101 joe mango 3 10
1101 joe banana 6 15

&& table-product
product_id product_name
p101 apple
p102 mango
p103 banana


&&& the entry form
_______________________________________________________________
purchased id: 1101
name : joe

&&& grid
_______________________________________________________________
product id product name quantity price
p101 apple ____ ____
p102 mango ____ ____
p103 banana ____ ____
_______________________________________________________________


is it possible to save all this information in one table? and how to do it?
thnx!!!
Next
Reply
Map
View

Click here to load this message in the networking platform