I am trying to add a new Forum with all the other ones and it gives me an error everytime I try. Does anyone know what this error means? ---------------------------------------- Microsoft JET Database Engine error '80004005'
The field 'FORUM_FORUM.F_MAIL' cannot contain a Null value because the Required property for this field is set to True. Enter a value in this field.
What version are you using ? and are you using Access, because it looks like one of the "default values" isn't set for a field. Did you upsize the access database to Sql server ?
I'm using the latest version. Yes I'm using Access. I am not super good at working with these things but have several of them running with no problems.
I looked at the database that comes with the latest version. But FORUM_FORUM.F_MAIL isn't required, so somehow in your database it is set to required. Just opening the databasean setting it to not required should fix it.
That didn't work. I changed that and then it told me something else needed to be changed so I changed that to not required and then something else and it went to a point to where it wasn't working at all. So I just put it back.