C
cp2599
I'm stumped. On my tabbed form, I have a single form that adds a new
record to table A and displays several unbounded fields from Table B.
On this single form I also have a continuous subform that displays all
of the records from Table A which seems to be working okay. As part
of the Add action, I update system fields, save the record,
recalculate the unbounded fields, run an UPDATE sql to update the
unbounded fields in Table B, display a record saved message window,
and go to the new record.
The single form briefly goes to the new record, but then it displays
the first record in Table A. I commented out/executed the code a
section at a time and found that the culprit is the UPDATE sql
statement. It's updating a table that is not part of the form's
record set so it shouldn't cause a requery. The UPDATE sql appears to
be working okay.
Any ideas?
record to table A and displays several unbounded fields from Table B.
On this single form I also have a continuous subform that displays all
of the records from Table A which seems to be working okay. As part
of the Add action, I update system fields, save the record,
recalculate the unbounded fields, run an UPDATE sql to update the
unbounded fields in Table B, display a record saved message window,
and go to the new record.
The single form briefly goes to the new record, but then it displays
the first record in Table A. I commented out/executed the code a
section at a time and found that the culprit is the UPDATE sql
statement. It's updating a table that is not part of the form's
record set so it shouldn't cause a requery. The UPDATE sql appears to
be working okay.
Any ideas?