The database has a form called Member, when I created the form I selected 4 fields from the two Fees tables linked using the Membership_Grade, as the total amount payable by each member is made up by 1 fee field or adding 2 of the fees fields together. To work out the total amount there is a VBA function that is called every time someone’s details change on the Member form. The problem is the fees are updated every year and although this is reflected in the 4 linked fees fields, the balance derived using the Call function is not used so the balance remains the same. Any ideas as the Call function uses several factors to calculate the balance and otherwise I have to click a button for each member when their details are shown on the form.
Many thanks, Viv
Many thanks, Viv