I have a button in a from, which will open another form --
fdgInventoryStockSerSld with the following code:
DoCmd.OpenForm "fdgInventoryStockSerSld", , , , , acDialog, Me!ItemNumber &
"|" & Me!SerialNumber
It works fine. But, if I change codes in the "fdgInventoryStockSerSld". the
Open form will throw an error 2501. Even if I just added debug.print "Open"
as the first line in the from_open event of "fdgInventoryStockSerSld".
I need make some changes in the form which will be opened. Any idea what
causes this error?
--
Software Developer
|