I have a form displaying postcodes (amongst other things) from an underlying table MEMBERS. There is also a calculated field in the form which shows the first two letters of the current postcode. A separate query qryFirst2 simply usesthe LEFT function to return the first 2 letters of all the postcodes in the table.
Problem: I want to have a subform listing all records where the postcode starts with the same 2 letters as the one currently viewed on the form. When I try to create a subform the 'one' side only allows me to choose bound fields on the form - I can't set this to be the calculated 'first two' field.
Question: is there any way to get the 'one' side of a form/subform relationship to match a calculated field?
thanks
John
Bristol UK
Problem: I want to have a subform listing all records where the postcode starts with the same 2 letters as the one currently viewed on the form. When I try to create a subform the 'one' side only allows me to choose bound fields on the form - I can't set this to be the calculated 'first two' field.
Question: is there any way to get the 'one' side of a form/subform relationship to match a calculated field?
thanks
John
Bristol UK