opticalman
Programmer
I am using VFP 8.0 as a front end
I am using SQL 2005 Express as a backend
I am using remote views.
My question is : What is the best way to display info from multiple tables, but only add info to one table?
I would like to display information from multiple tables on my form. An example is insurance claim info on service, but not every service has an insurance claim. I can easily make a remote view and form to display the information, but my problem comes when it is time to add a new record. Appending a record to the multi-table remote view and issuing a TABLEUDATE() also tries to add a record to the second table, even if SEND UPDATES is unchecked for the fields of the second table in the view designer.
Do I need to open another remote view with only one table for appending records? Do I need to use multiple remote views to gather info for my forms? I would appreciate some suggestions and guidance.
Jim Rumbaugh
I am using SQL 2005 Express as a backend
I am using remote views.
My question is : What is the best way to display info from multiple tables, but only add info to one table?
I would like to display information from multiple tables on my form. An example is insurance claim info on service, but not every service has an insurance claim. I can easily make a remote view and form to display the information, but my problem comes when it is time to add a new record. Appending a record to the multi-table remote view and issuing a TABLEUDATE() also tries to add a record to the second table, even if SEND UPDATES is unchecked for the fields of the second table in the view designer.
Do I need to open another remote view with only one table for appending records? Do I need to use multiple remote views to gather info for my forms? I would appreciate some suggestions and guidance.
Jim Rumbaugh