I have created a form with N-N Relations.
One keyfield is a char(4) field, it contains a reference code to cities, example: 0599, 0546.
In the relation table however de 0’s (zeros) are ignored and are saved in the table as 599, 546
This is a problem because a select in another form is based on this value and it compares it with the code table where the saved values are 0599, 0546 and so on.
Does somebody has a solution.
John den Os
Leiden
Netherlands