It is a bit confusing. You want to add a new record to your table? If the
form based on the tables/query is not editable, you can still add a new
record at the end by using the nav buttons. Make sure the form's property
for allowadditions is true. If, on the other hand, you want the user to be
able to only edit his/her own record, then that is a different issue. You
would probably have to tie that to some UserId at log on.
Explain further
Damon
> I'm hoping I can even explain my problem!
>
[quoted text clipped - 28 lines]
> Thank you,
> Judy
Judy Ward - 19 Mar 2007 02:49 GMT
Thank you for responding. I wish I could include a screen shot of the form!
In order for a user to change the ESLOCS for the SubTasks I am displaying a
form with the SubTask ID, SubTask Description, which release the SubTask is
going to be included in, the date the SubTask data was last changed, ESLOC
for the SubTask, and the date the ESLOC was last changed. The form is in
continuous forms mode, so all of this information is displayed as one
row--and there are many rows.
I also put a text box (to enter the new ESLOC for the SubTask) and a Command
Button on the form--so they show up in each row. I have tried making the
text box an unbound control. But if the user enters 2000 in the text box for
Sub Task 1, all of the text boxes on the form (for all the Sub Tasks) are
populated with 2000. I have tried adding an extra column to the table for
the new ESLOC and making the text box a bound control, but none of the bound
controls on this form are editable.
I see what you are saying about allowing the user to enter a new record, but
the point was to allow them to stay on the same line as the existing ESLOC in
order to see and enter a new value (but still keep the record of the old
value). I'm thinking the command button is going to have to open a form that
allows the user to enter the new value (and from that I will insert a new
record in the ESLOCS table and refresh the main form to reflect the change).
This will work, but I was hoping to come up with a solution that would
ultimately allow the user to enter the new ESLOC for more than one SubTask
before clicking the Submit button.
Thank you for trying to help!
Judy
> It is a bit confusing. You want to add a new record to your table? If the
> form based on the tables/query is not editable, you can still add a new
[quoted text clipped - 39 lines]
> > Thank you,
> > Judy