Hello,
I have a form which has several textboxee which are set by user interaction.
When adding the record some of these text boxes will hold numeric keys for linking to other tables.
The fields in the table receiving these values is set to integer. I notice that is no value is held in the text box it causes the sql to fail.
How can I add a record, but add no value to number fields where appropriate. Thank you. Mark
I have a form which has several textboxee which are set by user interaction.
When adding the record some of these text boxes will hold numeric keys for linking to other tables.
The fields in the table receiving these values is set to integer. I notice that is no value is held in the text box it causes the sql to fail.
How can I add a record, but add no value to number fields where appropriate. Thank you. Mark