When form is ran the fields of first record destroy by value of the form combo boxes that is related to field in the table. If combo boxes is empty it change value of table field to zero. How to fix the problem?
Thanks
When form is ran the fields of first record destroy by value of the form combo boxes that is related to field in the table. If combo boxes is empty it change value of table field to zero. How to fix the problem?
Thanks
That is not normal. Is there any code executed when form opens? If you want to provide db for analysis, follow instructions at bottom of my post.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
It looks like you might have a searching combo (to look up records in the form) that is bound to a field in the form's recordsource. The search combo's are always unbound.
Cheers,