modifying previous form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm trying to modify an already created form. I go into the form design and
remove an old field and its label, and insert an new bound textbox. When I
send the form out, the old information remains, eventhough I deleted the old
data. Is there something I'm forgetting to modify to remove the old info?
 
The old information remains where? Forms don't hold data. They are your UI/code templates. It is the individual items that hold the data.

Did you change the read layout to match your changes to the compose layout?
 
Where do I see the read / compose layouts?

Sue Mosher said:
The old information remains where? Forms don't hold data. They are your UI/code templates. It is the individual items that hold the data.

Did you change the read layout to match your changes to the compose layout?

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
 
I have cleared form cache and modified the read and compose layouts but the
old field continues to show up.
 
Back
Top