F
frank
Hello All,
I want to do something very simple and I am having a problem.
I am making a data entry form and I want to use a Combo box that
allows the user to select from existing values or enter a new value
before clicking the save button to insert the new record.
Every time I set the LimitToList property to false I receive the error
message:
"Microsoft Access Can't set the LimitToList property to No right now.
The first visible column, which is determined by the ColumnWidths
property, isn't equal to the bound column. Adjust the column widths
property first, and then set the Limit to List property."
How can I allow the User to enter a new value in the combo box or
select from the existing ones?
Thank You.
I want to do something very simple and I am having a problem.
I am making a data entry form and I want to use a Combo box that
allows the user to select from existing values or enter a new value
before clicking the save button to insert the new record.
Every time I set the LimitToList property to false I receive the error
message:
"Microsoft Access Can't set the LimitToList property to No right now.
The first visible column, which is determined by the ColumnWidths
property, isn't equal to the bound column. Adjust the column widths
property first, and then set the Limit to List property."
How can I allow the User to enter a new value in the combo box or
select from the existing ones?
Thank You.