I have form [Order] that opens with event procedure
Private Sub NewShipment_Click()
DoCmd.OpenForm "Orders", acNormal
DoCmd.GoToRecord , , acNewRec
End Sub
I want to add a sub form that show all records OrdersTbl. I have tried continous form, MS Access 2010 says you can't embed a continous form as a sub form.
I have tried a query as the source of the subform and it shows all records until I embed it as a subform and then only shows one records.
Can some teach this monkey a new sling on this thing
Cosmo
A monkey chasing his tail