I was using the following Openform macro to go to a specific record from a subform:
[ClaimID]=[Forms]![frmMemberDB]![frmClaimsList].[Form]![ClaimID]
suddenly it is not working and it is taking me to a new record on the target form.
Could somebody let me know the correct GoToRecord syntaxis for the above?
I tried the automatic Macro to VBA conversion and I get the same results
Thank you in advance
[ClaimID]=[Forms]![frmMemberDB]![frmClaimsList].[Form]![ClaimID]
suddenly it is not working and it is taking me to a new record on the target form.
Could somebody let me know the correct GoToRecord syntaxis for the above?
I tried the automatic Macro to VBA conversion and I get the same results
Thank you in advance