S
Stewart
I am brand new to Access and know nothing about VBA so I would like to
avoid programming if possible. I have a database with separate tables
representing each of the different positions in a military
court-martial (Accused, Judge, Trial Counsel, Paralegal, Defense
Counsel, etc.). Each table is populated with data for the person
filling that position. No person will be in more than 1 of the tables.
I am using this database to generate over 100 different reports that
mirror the trial documents and have endless combinations of Rank, name,
unit, position...
The one thing all participants have in common is a Pay Grade that
coincides with a military rank. I have a table called tblRank with 3
fields: PayGrade, RankAbbreviated, & RankSpelledOut. The Primary Key
is PayGrade. Each tblPosition has fields representing
PositionPayGrade, PositionRank, PositionRankSpelledOut, none are the
primary key and there are many additional fields. I have a combo box
set up to select the pay grade from tblRank.PayGrade for each position.
Upon selection of the PayGrade on a form, I want Access to update the
tblPosition's PositionRank & PositionRankSpelledOut fields from the
data in tblRank.
I am new to Access and know little about VBA so I would like to avoid
writing VBA programming if possible. Any Help would be greatly
appreciated.
Thanks,
Stewart
avoid programming if possible. I have a database with separate tables
representing each of the different positions in a military
court-martial (Accused, Judge, Trial Counsel, Paralegal, Defense
Counsel, etc.). Each table is populated with data for the person
filling that position. No person will be in more than 1 of the tables.
I am using this database to generate over 100 different reports that
mirror the trial documents and have endless combinations of Rank, name,
unit, position...
The one thing all participants have in common is a Pay Grade that
coincides with a military rank. I have a table called tblRank with 3
fields: PayGrade, RankAbbreviated, & RankSpelledOut. The Primary Key
is PayGrade. Each tblPosition has fields representing
PositionPayGrade, PositionRank, PositionRankSpelledOut, none are the
primary key and there are many additional fields. I have a combo box
set up to select the pay grade from tblRank.PayGrade for each position.
Upon selection of the PayGrade on a form, I want Access to update the
tblPosition's PositionRank & PositionRankSpelledOut fields from the
data in tblRank.
I am new to Access and know little about VBA so I would like to avoid
writing VBA programming if possible. Any Help would be greatly
appreciated.
Thanks,
Stewart