Invalid Column Name error when saving record
Okay, here goes:
I have a database with the following tables and pertinent columns that I am connecting to using an Access data project file:
Employee
EmployeeID - PK
...
CycleOwner
CycleID - PK
EmployeeID - FK
ProcessID - FK
...
Process
ProcessID - PK
...
SubProcess
SubProcessID - PK
ProcessID - FK
...
ControlActivity
ControlActID - PK
SubProcessID - FK
(2 look ups to Employee ID for other reasons)
When I try to create a record in the ControlActivity table, I get an error that ProcessID is an invalid column name. When I create the record in ControlActivity, I select a SubProcessID, which is already related to a ProcessID back in the SubProcess table, but there is no look up to ProcessID in the ControlActivity table.
Any ideas?
Thanks,
mmcdonal
__________________
mmcdonal
Look it up at: http://wrox.books24x7.com
|