I have a field (fd87) where I want the user to choose A,B,C or D or leave it blank .. there are no other options
fd87 has as its RowSource a table (t73), with the values A,B,C,D in it .. there is another field in this little table that contains data which in effect explains what A means, what B means, etc.
now, if fd87 is a list box, when the user looks at a record, the value "A" appears in fd87, unless he/she or another user has chosen B,C, or D on a previous occasion .. but if the user wants to leave the field blank, he/she appears to have no way to do this
a combo box avoids this, but allows unwanted data to be entered
is the answer to this simply to incorporate a blank value, in some way, into t73?
fd87 has as its RowSource a table (t73), with the values A,B,C,D in it .. there is another field in this little table that contains data which in effect explains what A means, what B means, etc.
now, if fd87 is a list box, when the user looks at a record, the value "A" appears in fd87, unless he/she or another user has chosen B,C, or D on a previous occasion .. but if the user wants to leave the field blank, he/she appears to have no way to do this
a combo box avoids this, but allows unwanted data to be entered
is the answer to this simply to incorporate a blank value, in some way, into t73?