Default Values Do Not Display

F

frpkaren

I'm working in Access 2002 and have a form that has a list box. I want the
field to be empty unless the user chooses something from the list box. I
have set the default values in the table and on the form to be an empty
string ="". I've tried putting in the equals sign and leaving it out.
Nothing seems to work. The new record always comes up with the value from
the previous record.
 
R

Rick B

Sounds like you must have some code that is copying the previous record
(since this is not a built in function in Access).

I'd suggest looking at any codes or macros associated with the form.

Rick B
 
Top