I have created an interface for a db with 3 frames. The right frame displays the data in a sorter order based on embeded views given on the left frame. The left frame give user the option to sort the data using certain fields. However upon importing the data from excel file that was saved as lotus 123, it appears fine but after the record is edited and saved using the db form, some column on the views does not display the data which is on the db form. When the record is open using the db form, the data is displayed on the appropriate fields.
Subject: Data does not appear in Views
Two reasons why field data might not appear in views:
The field is an invalid type such as Rich Text
The field flag is not set to “SUMMARY”.
(Check these propoerties by right-clicking on a document in a view)
HTH
Subject: RE: Data does not appear in Views
Thank alot Simon, problem is now resolved.