G
Guest
I'm hoping I can even explain my problem!
I have a table of SubTasks and a table of ESLOCS. I have a query
qryLatest_SubTasks (based on the latest SubTask date) and a query
qryLatest_ESLOCS (based on the latest date the ESLOCS were entered). The
record souce for my form, frmEnter_ESLOCS, is a qrySubTasks_and_ESLOCS, that
joins qryLatest_SubTasks and qryLatest_ESLOCS. The form displays bound
fields from the query in continuous forms mode.
None of the bound fields in my form are updatable, which is fine because
when they update their ESLOCS, I do not want to change the existing ESLOC, I
want to enter a new record in the table with the current date. I have no
problem with the code to do this.
My problem is giving the user a way to enter a new ESLOC. I have tried two
different tactics. One was to include an unbound text box, txtNew_ESLOC.
Even though I can see a text box for each different line of my form, an entry
in one text box populates all the other text boxes--they are not individual.
If I make txtNew_Esloc bound to a field in my query, then it is not updatable.
Any suggestions? If you know of a resource that displays data and allows
the user to enter changes in a separate field, I would appreciate knowing
about it.
Thank you,
Judy
I have a table of SubTasks and a table of ESLOCS. I have a query
qryLatest_SubTasks (based on the latest SubTask date) and a query
qryLatest_ESLOCS (based on the latest date the ESLOCS were entered). The
record souce for my form, frmEnter_ESLOCS, is a qrySubTasks_and_ESLOCS, that
joins qryLatest_SubTasks and qryLatest_ESLOCS. The form displays bound
fields from the query in continuous forms mode.
None of the bound fields in my form are updatable, which is fine because
when they update their ESLOCS, I do not want to change the existing ESLOC, I
want to enter a new record in the table with the current date. I have no
problem with the code to do this.
My problem is giving the user a way to enter a new ESLOC. I have tried two
different tactics. One was to include an unbound text box, txtNew_ESLOC.
Even though I can see a text box for each different line of my form, an entry
in one text box populates all the other text boxes--they are not individual.
If I make txtNew_Esloc bound to a field in my query, then it is not updatable.
Any suggestions? If you know of a resource that displays data and allows
the user to enter changes in a separate field, I would appreciate knowing
about it.
Thank you,
Judy