shacko
02-05-2001, 03:15 AM
using vba i am trying to set the attributes of a number of hidden forms to normal. i have just done the same to a number of hidden tables using the following line of code: db.TableDefs(7).Attributes = vbNormal but i am unable to do the same for the forms?