Tom, If you cannot do the unload structure for viewname that Razzak suggested, can you LIST VIEW viewname?
If so: out viewname.vie list view viewname out scr rbe viewname.vie modify the file so that it is a valid CREATE VIEW command. Add a drop view viewname command at the top save it rstyle it when rstyle is happy, trace it and see what happens Dennis McGrath --- Tom Eldred <[EMAIL PROTECTED]> wrote: > Good Morning all... > > I have a two table view that selects our PAC members from a table > called > Membmstr and shows their contributions as selected from a table > called > RPCont. > > The where clause limits the selection to members who are PAC members > and > links them by their PAC number. > > After adding columns for amount and date for 2003 contributions, the > view > returns an error saying that a column that is not associatied with > either > table is not present. This view generates several of our finance > reports and > each of these indicates the same error. > > Tried unloading the view to no avail... RBase will not allow me to > copy it > since it is "missing a column" Any ideas/suggestions? > > Thanks > Tom >

