Why does data does not keep in certain fields -

Y

yajean

I created a database and most of the fields are O.K. but customer language
does not keep and also field for address does not keep.
I'm at a loss as I think I did everything I should and it does not keep.

Thanks! Y
 
S

Steve Schapel

Y,

How are you entering the data? Are you using a form? If so, can you first
of all look at the Properties of the controls (textbox, combobox) on the
form, and check that the Control Source property is set correctly to the
name of the field in the table that the form is bound to.
 
Top