Thanks guys, I think I got it. Code now looks like this:
Forms!Orders.RecordsetClone.MoveLast
MsgBox "My form contains " _
& Forms!Orders.RecordsetClone.RecordCount _
& " records.", vbInformation, "Record Count"
Just replace the red text with whatever form name you are using.