Hello
I have a simple table with 3 fields.
I've created a form based on that table so that every data I insert in the form fields are record.
It works fine when I type all the data in the form. Works a charm.
However, I've predefined a valu in one of the fields, meaning that I don't input data as it is already there. As I save the record the table gets filled with all the fields except the one that was with a predefined value (leaves the table field blank).
I made some msgbox to check if all the fields have the values and not one is blank so I don't understand why it's not writen in the table.
Any ideas?
Thanks