I have no idea the structure of a Web Page Form but we haven't tried Mid$() statement on a fixed string
redim as string * alot myRecord
mid$(myRecord, 1, maxFirstName) = firstName
mid$(myRecord, maxFirstName+1, maxLastname) = lastName
mid$(myRecord,
ect...
probably be better to have fixed field length too then field# could be used to position everything. That would cycle us back to R Frost post only more intelligently.