Carina1628
Technical User
I have a main form which is a deed, and a subform which lists all the spaces associated with the deed. Each space has its own record. I want all the space numbers listed in a field on the main form. Basically what I want is:
List [SpacesSubform].[form]![space] where [SpacesSubform].[form]![deed#] = [frmDeedEntry].[form]![deed#]
When I used =[SpacesSubform].[form]![space] all it returned was the space number of the first record.
I want all the space numbers listed in a field on the main form.
Thanks,
Carina
List [SpacesSubform].[form]![space] where [SpacesSubform].[form]![deed#] = [frmDeedEntry].[form]![deed#]
When I used =[SpacesSubform].[form]![space] all it returned was the space number of the first record.
I want all the space numbers listed in a field on the main form.
Thanks,
Carina