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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

link view to table in data environment

Status
Not open for further replies.

LenaS

Technical User
Nov 28, 2000
98
US
I created a view of my 'ledger' table called 'unsettled'. I did this as an alternative to filtering the ledger table in the data environment which was incredibly slow. How do I link this view to my 'contract' table? The view doesn't seem to allow indexes. I need to link the table to the view by a string of 4 fields.
 
One thing you might do is add a field to your contract table based on everything except the view and then create an index on this new field. --Dave
 
I'm sorry, but I don't understand.
 
I suggest you create a multi table view containing the ledger and contracts tables fields, instead of the current ledger only view. This could solve your problem.
ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top