I have a couple of tables
tblFieldTag
FieldTagId
Input
Span
Out
Description
ProblemLoop (Yes/No)
SelectDeselect (Yes/No)
tblFieldTagNotes
FieldTagNotesID (number)
FieldTagID
FieldNotesDate
FieldNotesText
On a form I have a subform that runs a query of ProblemLoops and displays the FieldTagID and a SelectDeselect checkbox (along with other info).
If I have finished the work with the Problem Loops I will then check the SelectDeselect checkbox for each FieldTagID that was finished.
On the main form are two unbound fields, date and text. I will type in the Date in one and the other I will type in something like ‘work Completed’ or whatever was done.
I will then push a button and a query will run and look for the SelectDeselect Check and if it is checked it will autopopulate the next line for the FieldTagID in FieldNotesDate and FieldNotesText table.
It will Also remove the SelectDeselect Check and the ProblemLoop Check (this part I have fiqured out).
What I am having trouble doing is figuring out how to have the info add to the new line in the tblFieldTagNotes for both fields. All I can seem to do is write over what was already there.
Thanks in advance,
Kelly
tblFieldTag
FieldTagId
Input
Span
Out
Description
ProblemLoop (Yes/No)
SelectDeselect (Yes/No)
tblFieldTagNotes
FieldTagNotesID (number)
FieldTagID
FieldNotesDate
FieldNotesText
On a form I have a subform that runs a query of ProblemLoops and displays the FieldTagID and a SelectDeselect checkbox (along with other info).
If I have finished the work with the Problem Loops I will then check the SelectDeselect checkbox for each FieldTagID that was finished.
On the main form are two unbound fields, date and text. I will type in the Date in one and the other I will type in something like ‘work Completed’ or whatever was done.
I will then push a button and a query will run and look for the SelectDeselect Check and if it is checked it will autopopulate the next line for the FieldTagID in FieldNotesDate and FieldNotesText table.
It will Also remove the SelectDeselect Check and the ProblemLoop Check (this part I have fiqured out).
What I am having trouble doing is figuring out how to have the info add to the new line in the tblFieldTagNotes for both fields. All I can seem to do is write over what was already there.
Thanks in advance,
Kelly