I was hoping someone could assist:
I open a form which accesses a table record.
I have a field which is a drop down list that is a Value list with the values Yes;No.
When this form opens and the record is displayed, the value that shows up in this drop-down field is (for example) "No". This is the case, despite the record not yet having a value entered for this field. When I create the record, only the primary key fields are assigned values... the remaining fields are left Null until the user enters a value.
Is there a way of having a Value List and NOT have anything displayed by default?
I have tried setting the DefaultValue property to Null... doesn't work.
I have tried adding a Null to the list of value options and setting IT as the default... it doesn't seem to work.
Any idea how I can have a list, but keep the field value BLANK until the user explicitly selects one of the list options?!?
Thank you for you help,
- arm1
I open a form which accesses a table record.
I have a field which is a drop down list that is a Value list with the values Yes;No.
When this form opens and the record is displayed, the value that shows up in this drop-down field is (for example) "No". This is the case, despite the record not yet having a value entered for this field. When I create the record, only the primary key fields are assigned values... the remaining fields are left Null until the user enters a value.
Is there a way of having a Value List and NOT have anything displayed by default?
I have tried setting the DefaultValue property to Null... doesn't work.
I have tried adding a Null to the list of value options and setting IT as the default... it doesn't seem to work.
Any idea how I can have a list, but keep the field value BLANK until the user explicitly selects one of the list options?!?
Thank you for you help,
- arm1