Also your values are not in same order as your column definition. in that case add an explicit column list in INSERT
INSERT INTO Member (Field1Name,Field2Name,...)
VALUES (1000019,'Evan','Bevan','7/1/1991 0:00:00','12 Green St.','Gold Coast','Queensland',4217,'(07)55734516',0413-111112,'75896C',8/7/2000 0:00:00,0,1,'aaaaas')
GO
------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/