Have some information in the tag property of a form that I would like to change by using code or delete by using code. I'm not sure what the syntax would be to delete and reference the tag in visual basic. I originally used DoCmd.DeleteObject ([Forms]![FormName].Tag), but I don't think that is right.