I need to force some required fields to be blanked on the edit page so that users are forced to re-enter information. I was previously told to remove
"else
strValue = GetData(rs.Fields(sFieldName), FORMAT_NONE )"
For those fields when I was using 6.0. This worked. But 6.1 does not appear to use that same code.