T
thebrat26
I have the following tables: Membership, Subscriptions, OfficeUseOnly. The
Office Table contains a Year, Year To and From [financial year] and the other
fields are the 5 membership types (regular, student etc) and these 5 fields
contain the different amount each type of member has to pay.
I want to create a form whereby on entering the financial year and the
membership type the correct amount is automatically inserted into the
'Amount' field:
FinancialYear - in current form = OfficeUseOnly SubsFinYear
and then if MemberType = 'Student' find Student field in that record and
insert the number into 'Amount'
if 'Regular' find Regular field and insert that number into 'Amount' etc.
I'm trying to avoid anyone having to do anything more strenuous than insert
a new record in OfficeUseOnly when subscription amounts change - beginning of
the new financial year or due to general changes in circumstances.
Using Access 2007. I've been searching for help for weeks and read post
after post and I'm even more confused now than when I started so would
appreciate any help.
Office Table contains a Year, Year To and From [financial year] and the other
fields are the 5 membership types (regular, student etc) and these 5 fields
contain the different amount each type of member has to pay.
I want to create a form whereby on entering the financial year and the
membership type the correct amount is automatically inserted into the
'Amount' field:
FinancialYear - in current form = OfficeUseOnly SubsFinYear
and then if MemberType = 'Student' find Student field in that record and
insert the number into 'Amount'
if 'Regular' find Regular field and insert that number into 'Amount' etc.
I'm trying to avoid anyone having to do anything more strenuous than insert
a new record in OfficeUseOnly when subscription amounts change - beginning of
the new financial year or due to general changes in circumstances.
Using Access 2007. I've been searching for help for weeks and read post
after post and I'm even more confused now than when I started so would
appreciate any help.