----- Lynn Trapp wrote: ----
<snip
BoardTaskAssignmentID P
BoardTaskID FK (to tblBoardTasks
AssigneeID (do a lookup of EmployeeID from tblEmployees
...other BoardTaskAssignment related field
Hi Lynn
Just for clarification - In the above table description did you mean to use a combo box on a form with a recordsource of the employee table, or make the AssigneeID field a lookup field in the BoardTaskAssignment table?
I ALWAYS do lookups from a combobox on a form. I NEVER, NEVER, NEVEr use a
lookup field at the table level. Some say there are some situations where it
might be good -- like initial development -- but I don't agree and don't do
it.
----- Lynn Trapp wrote: -----
<snip>
BoardTaskAssignmentID PK
BoardTaskID FK (to tblBoardTasks)
AssigneeID (do a lookup of EmployeeID from tblEmployees)
...other BoardTaskAssignment related fields
Hi Lynn,
Just for clarification - In the above table description did you mean to
I sorta figured that, but by mentioning "lookup" in the table description I wasn't certain and I figured that other newbies that might be following this thread might not understand your true meaning
thanks again
rp
----- Lynn Trapp wrote: ----
rpw
I ALWAYS do lookups from a combobox on a form. I NEVER, NEVER, NEVEr use
lookup field at the table level. Some say there are some situations where i
might be good -- like initial development -- but I don't agree and don't d
it
----- Lynn Trapp wrote: ----
<snip>> BoardTaskAssignmentID P
BoardTaskID FK (to tblBoardTasks
AssigneeID (do a lookup of EmployeeID from tblEmployees
...other BoardTaskAssignment related field
use a combo box on a form with a recordsource of the employee table, or mak
the AssigneeID field a lookup field in the BoardTaskAssignment table
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.