Hi gizzy,
Im trying to group some fields together and display them in an orderly fashion like
customerinfo companyinfo SomethingElse
lastname, firstname Name somefield
street Address
city SomeDate
state SomeotherDate
zip
.......so on
all my fields are associated with a single master file
please tell me a way to display all these fields together I tried Over but gave me an error saying TEXT FIELDS CANNOT BE PRINTED BY USING OVER.
let me know