Bizzare...
I have a subform where I'm updating two fields on the Before_Insert on the form. One field updates without issue. Here is the weird thing:
I created the table with a couple fields on it. One of the fields is called Master_Key. This is the field that updates properly on the Before_Insert. I needed a couple additional fields on the table so I added them. One of these new fields is the other field I want to update on the Before_Insert(same data type as Master_Key). It will not work. If I change the field to a different existing field from the original table it works. Any new field added to the table will not work.
The recordsource of the subform is the table. The field is a "Text" field as indicated on the table. The field is a string.
Why would the new fields added to the table not work? I have changed the row source to a different table, saved, then changed it back to try and reset the rowsource. It has not worked. In VB when I type Me. it brings up the list of available fields and this field appears in the list. All fields are of the same string data type.
Any ideas?
Thanks!
I have a subform where I'm updating two fields on the Before_Insert on the form. One field updates without issue. Here is the weird thing:
I created the table with a couple fields on it. One of the fields is called Master_Key. This is the field that updates properly on the Before_Insert. I needed a couple additional fields on the table so I added them. One of these new fields is the other field I want to update on the Before_Insert(same data type as Master_Key). It will not work. If I change the field to a different existing field from the original table it works. Any new field added to the table will not work.
The recordsource of the subform is the table. The field is a "Text" field as indicated on the table. The field is a string.
Why would the new fields added to the table not work? I have changed the row source to a different table, saved, then changed it back to try and reset the rowsource. It has not worked. In VB when I type Me. it brings up the list of available fields and this field appears in the list. All fields are of the same string data type.
Any ideas?
Thanks!