Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: Trouble in related tabes


Message #1 by "Ken Le" <leminh_long@h...> on Wed, 11 Dec 2002 17:12:05
I'm working on a simple database below:

          tblEmployee ------------- tblPosition
         (fldEmployeeID)            (fldPositionID)
         (fldPositionID)            (fldPosition) 
         (.............)

 tblPosition simply links with tblEmployee with "1 - many" relationship. I 
make a combox in order to select postion in tblEmployee whether i would 
like to add new employee record. However, when i start adding new, dialog 
message prompts up
           
          " Can not add new record cause related with tblPosition"

 I'm not supposed to add new position, just trying to set position for new 
employee record.

 Any help for this snag would be greate appriciated

  Return to Index