S
Steve in MN
I have a form that has field Record # and once the record is established,
then an append query runs that appends a set of questions (survey) into the
subform to answer. in the append query (which was working for 2 months) i
have RecordID:forms!frmSurvey![Record #] which takes the main form record #
and puts it in with the subform records so they are linked. However now for
some reason it was not appending, so i opened the append query while the main
form was open to make sure that it was grabbing the record number from the
main form. The query is showing symbol or lower case "a" or lower case "b"
or some other symbols.
The record number field is an autonumber set as integer and it displays in
the tables and on the main survey form, however now that this append query is
trying to use it to append to another table, it doesn't recognize it or
display it properly.
any ideas?
then an append query runs that appends a set of questions (survey) into the
subform to answer. in the append query (which was working for 2 months) i
have RecordID:forms!frmSurvey![Record #] which takes the main form record #
and puts it in with the subform records so they are linked. However now for
some reason it was not appending, so i opened the append query while the main
form was open to make sure that it was grabbing the record number from the
main form. The query is showing symbol or lower case "a" or lower case "b"
or some other symbols.
The record number field is an autonumber set as integer and it displays in
the tables and on the main survey form, however now that this append query is
trying to use it to append to another table, it doesn't recognize it or
display it properly.
any ideas?