Wrap the DatabaseResultsColumn in some script - like this:
<% If fp_rs("Municipality") > " " then %>
<li><b>Municipality:</b> <!--webbot bot="DatabaseResultColumn"
startspan
s-columnnames="ProgramArea,RecordNum,Date,ItemNumber,SplitItem,Session,PA_SA
,ActNumber,Section,Recipient,Municipality,FundsUse,DollarField1,DollarField2
,DollarField3,DollarField4,Any_Previous,DollarField5,FundNum,AgencyNum,SID,P
roject_Num,Description"
s-column="Municipality" b-tableformat="FALSE" b-hashtml="FALSE"
clientside
preview="<font
size="-1">&lt;&lt;</font>Municipality<font
size="-1">&gt;&gt;</font>" b-makelink
b-MenuFormat --><%=FP_FieldVal(fp_rs,"Municipality")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="33247" --></li>
<% End If %>
You can also check the value of one field to determine whether to show
another.
--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/
Stephen Green <(E-Mail Removed)> wrote:
> I'm working on a Database Results page. The database contains contact
> information and membership status.
>
> I'd like to be able to show certain fields only if it isn't empty.
> And then display a second field based on whether the first is
> displayed or not. For instance:
>
> If Membership Status <> ""
> Membership Status
> Level
> Endif
>
> Otherwise nothing should be displayed. Something like a missing
> address line on an envelope...
>
> Is that possible within FrontPage (2002) ?
>
> Thanks for your help.
>
> Stephen