absolutered03
Registered User.
- Local time
- Today, 03:49
- Joined
- Nov 11, 2008
- Messages
- 17
Hi Guys,
I have a situation with which I would love some assistance, if possible.
TblCalls
CallID
CallDate
RepName
TblAnswers
AnswerID
CallID
QuestionID
AnswerValueID
I have two forms:
frmCalls
txtCallDate
txtRepname
memoNotes
subfrmAnswers
I wrote a query which populates a set of 40 questions from my tblQuestions, by QuestionID, into tblAnswer for the current CallID being worked on in the frmCalls.
I need this query to run every time a new record is created (so, not when navigating created records)
My problem is, it can populate the questions, but I cannot get it to populate the next CallID that is created with the new record for the main tblCalls.
Is there a way to do this?
I have a situation with which I would love some assistance, if possible.
TblCalls
CallID
CallDate
RepName
TblAnswers
AnswerID
CallID
QuestionID
AnswerValueID
I have two forms:
frmCalls
txtCallDate
txtRepname
memoNotes
subfrmAnswers
I wrote a query which populates a set of 40 questions from my tblQuestions, by QuestionID, into tblAnswer for the current CallID being worked on in the frmCalls.
I need this query to run every time a new record is created (so, not when navigating created records)
My problem is, it can populate the questions, but I cannot get it to populate the next CallID that is created with the new record for the main tblCalls.
Is there a way to do this?
Last edited: