K
keers
Hi,
I recently took over support of a database and have now been asked to
provide enhancements. The main form has approx 80 fields, the vast
majority of which are "Required" (the design of the table). The
enhancement requested is to provide a "qucik fill" form consisting of
about 20 fields (the user will have the ability to add to the record
at a later date). The problem, is that I am unable to save the record
as there are a number of "Required" fields missing. I am loathed to
change the design of the table as it will have ramifiactions
elsewhere.
I have considered the following options;
1) Temporarily alter the "Required" flag to off when the form opens
(and back on again when the form closes), but this doesn't work as the
table is open at the time (this is a subform)
2) Assign a value to the table field : Me![DelDateActual] =
"01/01/2006" via code when the form opens. the controls are not used
on the form, but i read somewhere that this was not necessary as long
as the recordsource for the form is the table - which it is. I am
getting error 2448.
Any suggestions gratefully received.
Thanks
Keers
I recently took over support of a database and have now been asked to
provide enhancements. The main form has approx 80 fields, the vast
majority of which are "Required" (the design of the table). The
enhancement requested is to provide a "qucik fill" form consisting of
about 20 fields (the user will have the ability to add to the record
at a later date). The problem, is that I am unable to save the record
as there are a number of "Required" fields missing. I am loathed to
change the design of the table as it will have ramifiactions
elsewhere.
I have considered the following options;
1) Temporarily alter the "Required" flag to off when the form opens
(and back on again when the form closes), but this doesn't work as the
table is open at the time (this is a subform)
2) Assign a value to the table field : Me![DelDateActual] =
"01/01/2006" via code when the form opens. the controls are not used
on the form, but i read somewhere that this was not necessary as long
as the recordsource for the form is the table - which it is. I am
getting error 2448.
Any suggestions gratefully received.
Thanks
Keers