Hi All
I have a form with a series of subreports.
Everything works fine - but a foreign key field will generate an error - which is correct and valid - but I would like to change its content to something that the users understand!
This is generated when a component is added in the component subform and the product subform is ready to add a new value.
'The field 'tblComponents.ProductID' cannot contain a Null value because the Required property for this field is set to True. Enter a value in this field.'
How do I trap this one?
Stew
I have a form with a series of subreports.
Everything works fine - but a foreign key field will generate an error - which is correct and valid - but I would like to change its content to something that the users understand!
This is generated when a component is added in the component subform and the product subform is ready to add a new value.
'The field 'tblComponents.ProductID' cannot contain a Null value because the Required property for this field is set to True. Enter a value in this field.'
How do I trap this one?
Stew