i have a table called tblLocation with LocationID as the primary Key and a query called qryLocationTotal with LocationID and TotalMembers.Both the table and the query has LocationID as linkage. I designed a form called frmLocation with tblLocation as the source table. In frmLocation I added an unbound field called Total Member. How can I display the TotalMember value in unbound field of frmLocation once the frmLocationID equal to = that of qryLocationTotal. I have spent one day trying to figure this out. I have done this in the past but can not remember how. Please I will appreciate any help that I can get.
Thanks in advance
Thanks in advance