Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Selecting Views

Status
Not open for further replies.

apcapc

Technical User
Sep 20, 2004
17
0
0
GB
Does anyone know if you can select views in a program as you would tables and if so what the correct code to use would be

Many Thanks

Andy
 
Thanks for that, I can select from a view when I have it open in my data session but what I want to do is write a program that can be reused again and again. If I was to do it with a table I would write the following

use c:\mytable.dbf in o shared

but I can't do this with a view can I?

All I basically want to be able to do is update a field in one view with data from another view but I can't have both views selected as open at the same time as you can with tables

REPLACE customer_lastinvoicedate WITH invoiceheader_invoicedate all

The above code just doesn't work

Help please!!!




 
Apologies, still getting used to Tek Tips layout
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top