My "boss" wants an extra field in the Member Details called "Member Organisation" and for this to be a drop down box showing each one of the 39 member organisations...
...ASP is new to me, and I don't know whether to convert an existing un-used field like Country (I might be able to manage that) or to create a new one (no idea!)
I've changed the inc_countrylist.asp and inc_profile.asp but it doesn't write the new inputs to the database. I've altered the database directly and that works, so it can call up the field properly. I made the Country (now Member Organisation) field a required field in registration and because it doesn't write anything a new user won't be able to get past registration.