HELP!
I'm using the same premise in a new database. I have the following code:
DoCmd.OpenForm "CurrentForms", , , "FormName = '" & Me.ID & "'"
[CurrentForms is the second form to be opened, FormName is the on-click (text) field in the report and ID is the control source (autonumber)].
But...