<% Set DataConnection = Server.CreateObject("ADODB.Connection") DataConnection.Open "DBQ=" & Server.Mappath("database/staff.mdb") & ";Driver={Microsoft Access Driver (*.mdb)};" Set cmdDC = Server.CreateObject("ADODB.Command") cmdDC.ActiveConnection = DataConnection SQL = "SELECT * FROM client_info WHERE client = " & Request.Form("client_no") cmdDC.CommandText = SQL Set RecordSet = Server.CreateObject("ADODB.Recordset") RecordSet.Open cmdDC, , 0, 2 If RecordSet.EOF Then RecordSet.Close Set RecordSet = Nothing Set cmdDC = Nothing DataConnection.Close Set DataConnection = Nothing Response.Redirect "staff_login2.html" Else If (ucase(RecordSet.Fields("name")) <> ucase(Request.Form("name"))) Then RecordSet.Close Set RecordSet = Nothing Set cmdDC = Nothing DataConnection.Close Set DataConnection = Nothing Response.Redirect "staff_login2.html" End If End If RecordSet.Close Set RecordSet = Nothing Set cmdDC = Nothing DataConnection.Close Set DataConnection = Nothing %> South Pacific Nurses Forum
PROFILE

The South Pacific Nurses Forum was formed in 1982 by South Pacific Nurses who were attending the 1980 International Council of Nurses in Los Angeles, USA and has met in a different location in the South Pacific every two years since then.

Clinical nurses, nurse managers, nurse educators and nurse leaders from across the South Pacific attend the Forum to discuss and debate key issues of importance to nurses and nursing.


2024 | Papua New Guinea
2020 | Virtual Conference
2018 | Cook Islands
2016 | Solomon Islands
2014 | Tonga
2012 | Australia    
2010 | Aotearoa (New Zealand)    
2008 | Fiji    
2006 | Samoa    
2004 | Cook Islands    
2002 | Vanuatu    
2000 | Australia    
1998 | Tonga    
1996 | Fiji
1994 | Samoa
1992 | Aotearoa (New Zealand)
1990 | Papua New Guinea
1988 | Cook Islands
1986 | Samoa
1984 | Tonga
1982 | Fiji
CONSTITUTION | View/print the South Pacific Nurses Forum Constitution

Secretariat, Australian Nursing & Midwifery Federation, Level 1, 365 Queen Street, Melbourne, VIC, Australia 3000
T +61 3 9602 8500 F +61 3 9602 8567 E spnf@anmf.org.au