Hi All,
I have a projectsub table that have a lookup combobox filed that the properity of this filed is set to required.
In the subform for this table (datasheet), I want to make sure that this filed can not be a null when users create any record. I set the filed in the table (required). But it still allow user to leave it blank.
The
The row source for this filed is
SELECT TypeProject_tbl.ProjectTypeID, TypeProject_tbl.ProjectType
FROM TypeProject_tbl;
row source: long integer
Thanks
I have a projectsub table that have a lookup combobox filed that the properity of this filed is set to required.
In the subform for this table (datasheet), I want to make sure that this filed can not be a null when users create any record. I set the filed in the table (required). But it still allow user to leave it blank.
The
The row source for this filed is
SELECT TypeProject_tbl.ProjectTypeID, TypeProject_tbl.ProjectType
FROM TypeProject_tbl;
row source: long integer
Thanks