Without going through it all...
Code:
on *:START: { 
  hload Accts Accts.dat 
} 

You must hmake the table before you can load data into it...
Code:
on *:START: { 
  hmake Accts
  hload Accts Accts.dat 
}