M
Moe
On my "Payments" form I have a subform named "Payment Subform" The main form
opens the existing orders and the subform records payments for those orders.
Each order may have multiple payments therefore, the subform can always be
opened to take a new payment. I used the "RunCommand acCmdRecordsGoToNew" on
the subform "on Load event" to make it to open blank but every time I try to
open the form first it gives me a runtime error "the command RecordsGoToNew'
isn't available now" then if I close the error window the form opens normally
and function the way expected.
opens the existing orders and the subform records payments for those orders.
Each order may have multiple payments therefore, the subform can always be
opened to take a new payment. I used the "RunCommand acCmdRecordsGoToNew" on
the subform "on Load event" to make it to open blank but every time I try to
open the form first it gives me a runtime error "the command RecordsGoToNew'
isn't available now" then if I close the error window the form opens normally
and function the way expected.