I'm using s Client form with a Jobs subform. The subform has a command button to launch a second form whose source contains fields from both the Client and Jobs form for the current Client/Job combination.
When adding a new client or a new job for an existing client, launching the second form causes it to open to a blank record. The data clearly isn't being updated until the Client form is closed and reopened.
How can I correct this? Have tried requerying both the Client form and Jobs subform but this makes the Client form jump to the first record in its data source.