S
skulmat
I am having another problem with this line of code:
DoCmd.OpenForm "Orders", acNormal, , "OrderNumber = " &
me.OrderNumber, acFormEdit
it is not pulling in any info from the combo box inorder to open the right
entry in the order form, it pops up a value box for me to fill out. Also when
i then do manually enter a OrderNumber, it takes me to the debugger saying
"runtime error 2501" "the open form actiion was
canceled
thank you
DoCmd.OpenForm "Orders", acNormal, , "OrderNumber = " &
me.OrderNumber, acFormEdit
it is not pulling in any info from the combo box inorder to open the right
entry in the order form, it pops up a value box for me to fill out. Also when
i then do manually enter a OrderNumber, it takes me to the debugger saying
"runtime error 2501" "the open form actiion was
canceled
thank you