J
JDB
I have a table and a form. The form has an unbound combo box (row source a
query) for looking up records - once a record is selected the form populates
with that record's fields.
This was all working swimmingly, until I added a new text field
[ProgramYear] to the table. For existing records, I entered values for
[ProgramYear] in the table. I added a value list combo box [cboProgramYear]
to the form to allow users to select a value for new records.
The problem is this - when I open the form, [cboProgramYear] does not show
the existing contents (which should be either 'PY08-09' or 'PY09-10').
Rather, it shows either '0' or a '-1' which, because i have many other fields
enabled based on that field, really screws things up.
Any suggestions? Thanks
query) for looking up records - once a record is selected the form populates
with that record's fields.
This was all working swimmingly, until I added a new text field
[ProgramYear] to the table. For existing records, I entered values for
[ProgramYear] in the table. I added a value list combo box [cboProgramYear]
to the form to allow users to select a value for new records.
The problem is this - when I open the form, [cboProgramYear] does not show
the existing contents (which should be either 'PY08-09' or 'PY09-10').
Rather, it shows either '0' or a '-1' which, because i have many other fields
enabled based on that field, really screws things up.
Any suggestions? Thanks