Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Advice on Data Manipulation
Message
From
16/07/2000 19:14:26
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Advice on Data Manipulation
Miscellaneous
Thread ID:
00393062
Message ID:
00393062
Views:
65
I've created a form that uses a view in the D.E. made up of 3 tables: inventory, customers, and transactn. On the form is a dropdown linked to a field in the view called Stocknum, which is the primary from the inventory table.

In the interactivechange event of the dropdown is a procedure that finds the record in the view with the value selected in the dropdown. The appropriate data from that record is then output to other objects on the form.

I want to add a new record to the inventory table. Since the view is made up of fields from 3 tables, and I want to append to only one...

1. do I need to close the view and open the inventory table in order to append? How would you best do this?

2. What effect would appending to the view have, since only data for the inventory table would be entered?


Thanks
JD
Next
Reply
Map
View

Click here to load this message in the networking platform