I have a bound combo using a lookup table which is behaving as
expected with the exception of the first record.
In the list of rows for my combo, the first is '.'. This is because of
another issue I had with a bound combo box, whereby nulls were
populated with values (A known bug with MS).
If my first record has a value other than period, when the user first
loads the form it is displayed as a period, & subsequently my dataset
is marked as HavingChanges (another problem which has now become
clear).
This is somewhat frustrating, as the application is complete bar this
somewhat significant problem.
For information, under data-bindings, my SelectedValue is set to my
master table, & the correct column, which should subsequently display
the correct record.
Any suggestions?