I’m sure I’ve encountered this before and can’t remember if I ever found a way around it. I need to open a modal, filtered form in DataSheet mode. I’ve set the default and only allowed mode as DataSheet, but when I
DoCmd.OpenForm "frmOptyFeedbackExport", acNormal, , , acFormReadOnly, acDialog
It comes up as single form, anyone know why and how to force it to open as datasheet?
You do not want acNormal:
I would be pretty careful about modal forms.