rotschreck
Programmer
Hey there,<br>
<br>
1st question:<br>
<br>
My boss needs a new database using Access. Problem is that one of the worksheets the company uses can only be filled half by one department, half by another. The boss wants permissions for each department.<br>
<br>
My answer so far:<br>
<br>
I've created 2 tables and seperated the worksheet in half on both with 1 mutual field "File Number". I've placed a primary key on this field in table 1 and linked a relationship to the same-name field in table 2. After placing the proper permissions to each department workgroup, I created a form using the information on both tables. The finished product is a form that allows one department to write in some fields and another department to write in the rest.<br>
<br>
Major bug:<br>
<br>
department 1 is able to write to the form, but as soon as we close the form, the info vanishes. It's still on table one, but doesn't show on the form. I've figured that if there is something written in the "File Number" on table 2, department 2 can continue to write in their own fields.<br>
<br>
Needed:<br>
<br>
a way to copy automatically information in table 1 to table 2....<br>
<br>
Thanks.
<br>
1st question:<br>
<br>
My boss needs a new database using Access. Problem is that one of the worksheets the company uses can only be filled half by one department, half by another. The boss wants permissions for each department.<br>
<br>
My answer so far:<br>
<br>
I've created 2 tables and seperated the worksheet in half on both with 1 mutual field "File Number". I've placed a primary key on this field in table 1 and linked a relationship to the same-name field in table 2. After placing the proper permissions to each department workgroup, I created a form using the information on both tables. The finished product is a form that allows one department to write in some fields and another department to write in the rest.<br>
<br>
Major bug:<br>
<br>
department 1 is able to write to the form, but as soon as we close the form, the info vanishes. It's still on table one, but doesn't show on the form. I've figured that if there is something written in the "File Number" on table 2, department 2 can continue to write in their own fields.<br>
<br>
Needed:<br>
<br>
a way to copy automatically information in table 1 to table 2....<br>
<br>
Thanks.