SEARCH   Advanced Search
SIGN IN <%'GetCurMemb = "SELECT count(*) as num FROM Forces_Registrants WHERE Deleted = 'no' and Type = 'user' " 'SET RSCurMemb = MyConn.execute(GetCurMemb)%>

Welcome to FORCESNOTICEBOARDS

This new site is has been designed to provide forces personnel and those connected to the forces with an opportunity to Buy, Sell and place Wanted ads to like minded individuals.

We’ve packed the site with many great features which we’re sure you’ll like, click here or on the headings below for more details

<%if session("AccountID") > 0 then saylink="item-advert.asp" else saylink="login.asp" end if%>

SELLING
TO SELL YOUR ITEMS YOU MUST

• First register with forces notice board by clicking here and completing the registration form this will provide access to the full website

BUYING
RECENTLY LISTED ITEMS

<%GetBuying = "SELECT TOP 4 * FROM Forces_Items WHERE Deleted = 'no' AND Paid = 'yes' ORDER BY ItemID DESC " SET RSBuying = MyConn.execute(GetBuying) Do WHILE NOT RSBuying.EOF%> <%RSBuying.Movenext Loop%>

WANTED
RECENTLY WANTED ITEMS

<%GetWanted = "SELECT TOP 4 * FROM Forces_Wanted WHERE Deleted = 'no' AND Paid = 'yes' ORDER BY ItemID DESC " SET RSWanted = MyConn.execute(GetWanted) Do WHILE NOT RSWanted.EOF%> <%RSWanted.Movenext Loop%>