I think the data type is now unbound...
I have managed to get everything to work apart from getting the record into the database...
strSQL = "INSERT INTO [Completed] VALUES ( " + strCode + "," + strOperation + ",'" + strCompleteDate + "'," + _
strParts + "," + strSize + ",'" +...