Dieter,
This is close. Let me clarify a few things to better define the problem. Here are some updated sql statements:
create table ActivityHistory(
BillRequestID int not null,
ActivityCode int not null,
Pos int not null,
SentToID varchar(15) not null,
primary key (BillRequestID...