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