A family of Microsoft relational database management systems designed for ease of use.
Thanks Scott
Not sure I am following :(
The relationship is set up between FirstNational (FK) table and CommunityRevenueSize table (PK).
I have an unbound text box ttlAnnualRevenue (currency) to sum the AnnualRevenueExpenditureGov (currency) and AnnualRevenueEspenditureOSR (currency). If that total is more than 10 million I want CommunityRevenueSizeID to be equal to 3. If the total is between 5 and 9.999 million I want it to be 2 and if the total is less than 5M I want it to be 1.
Here are snags of the relationship and the text boxes on the form.