I have a problem as follows:I have a form, with fields to edit. The data is keyed on a 'text identifier', which is entered and then used. I then determine if there are multiple occurrences of the that key (it's annoying, but possible).The single occurrence of the 'text identifier' is no problem - at the moment. If there are multiple occurrences, I use a combo to select which date the user wants. I then try and select the correct record using 'text identifier' + Date.
This is where I am having trouble. I have tried 'filtering' and 'find record', but get various issues with null data being returned.
I'm sure there must be a simple efficient way of achieving this.
Many thanks in advance.
This is where I am having trouble. I have tried 'filtering' and 'find record', but get various issues with null data being returned.
I'm sure there must be a simple efficient way of achieving this.
Many thanks in advance.
Comment