B
BrianPaul
I have set subforms up for records but, I don't know how I could do this one
without using a union Query which I have successfully accomplished but I know
its not the way it should be done.
I have a database I am doing for bible study.
I have a table, SubjectId (autonumber Primary Key), Subject (title of the
study set to txt field). Then, I have bible verse (memo), Remarks (memo)
Since they can be over 255 characters. Then I continue on bible verse1,
remarks1, Etc. clear up to 40.
Now, If I set up another table and have subjectid, (number) I linked the 2
tables in a query. Now I know I can add A BibleVerseID (autonumber) bible
verse(memo), Remarks (memo). Here is my question?
When Im in the form based on the query that links the 2 forms, How would I
go to the next record in the subform For the bible Verse and remarks, without
specifying again that it is tied to the Subject. I was told I could have
unlimited bible verses and remarks and wouldn't be wasting space. Then once
that soulution is figured out, then if I go to a new subject it wouldnt put
the ID number in for the old subject. I know there has to be a code on after
update on the record it would automatically would put the last ID stored in
for tieing the bible Verse and remarks with the correct subject. Thanks, I
know others had to go through the same problem that I had also.
without using a union Query which I have successfully accomplished but I know
its not the way it should be done.
I have a database I am doing for bible study.
I have a table, SubjectId (autonumber Primary Key), Subject (title of the
study set to txt field). Then, I have bible verse (memo), Remarks (memo)
Since they can be over 255 characters. Then I continue on bible verse1,
remarks1, Etc. clear up to 40.
Now, If I set up another table and have subjectid, (number) I linked the 2
tables in a query. Now I know I can add A BibleVerseID (autonumber) bible
verse(memo), Remarks (memo). Here is my question?
When Im in the form based on the query that links the 2 forms, How would I
go to the next record in the subform For the bible Verse and remarks, without
specifying again that it is tied to the Subject. I was told I could have
unlimited bible verses and remarks and wouldn't be wasting space. Then once
that soulution is figured out, then if I go to a new subject it wouldnt put
the ID number in for the old subject. I know there has to be a code on after
update on the record it would automatically would put the last ID stored in
for tieing the bible Verse and remarks with the correct subject. Thanks, I
know others had to go through the same problem that I had also.