Subj : I'm NOT an asp programmer. I need to change this field though so help! To : comp.programming.threads From : jfornal Date : Fri Apr 22 2005 09:51 am Here's a snippit of the code I'm working with. It's just a little database front end for some tasks in our department. The problem is that the display field for "resolution" is a single line, 50 characters long. I need a multi line box so that I can see more of the resolution. Any help would be appreciated! If you need more of the code, please let me know. <% if Instr("1,2",(CheckFieldSecurity(iMode,1022,1023,1023,g_iSecurityLevel,bReportMode,bReadOnly,bAllReadOnly,"Resolution"))) then %> Resolution <% end if CreateTextField "fld2010005","Resolution","50","MAXLENGTH='255'","","","","Resolution",iMode,Conn,RecordSet,1022,1023,1023,g_iSecurityLevel,bReportMode,bReadOnly,bAllReadOnly,0,"searchpage0.asp","","","","","./uploads/","0","0","0",sLineWhere,"0","0","0" if Instr("1,2",(CheckFieldSecurity(iMode,1022,1023,1023,g_iSecurityLevel,bReportMode,bReadOnly,bAllReadOnly,"Resolution"))) then %> <% end if %> .