C
CurtainMary
I have a combo box on a form based on a query. After using the Expression
builder an equal sign is automatically inserted in front of the field
identifier, eg tblSample.PersonnelID suddenly becomes
=[tblSample].[PersonnelID] after closing the Properties box. This means that
the combo box no longer displays the name. By removing the = from the field
itself then save, it works fine. I have the feeling that there is something
not quite a 100%. A little marker tells me that it is not in the field list
but I picked it from the list.
This has been worrying me for some years, I might lose data.
Can anything be done?
CurtainMary
builder an equal sign is automatically inserted in front of the field
identifier, eg tblSample.PersonnelID suddenly becomes
=[tblSample].[PersonnelID] after closing the Properties box. This means that
the combo box no longer displays the name. By removing the = from the field
itself then save, it works fine. I have the feeling that there is something
not quite a 100%. A little marker tells me that it is not in the field list
but I picked it from the list.
This has been worrying me for some years, I might lose data.
Can anything be done?
CurtainMary