ProgramError
Programmer
I have created two almost identical forms, one created using the wizard and one by dragging the fields from the forms bound field list. The only thing that differs are the layout.
Both forms have identical fields on them. both have identical VBA code associated with them. Both have identical properties.
I close the wizard created form and it adds a record to the bound table.
I close the dragged field list form and it DOES NOT add a record?
Can anyone explain why?
As a matter of interest I want both to NOT add a record to the table when closed.
Ian Mayor (UK)
Program Error
Programming is 1% coding, 50% error checking and 49% sweat as your application bombs out in front of the client.
Both forms have identical fields on them. both have identical VBA code associated with them. Both have identical properties.
I close the wizard created form and it adds a record to the bound table.
I close the dragged field list form and it DOES NOT add a record?
Can anyone explain why?
As a matter of interest I want both to NOT add a record to the table when closed.
Ian Mayor (UK)
Program Error
Programming is 1% coding, 50% error checking and 49% sweat as your application bombs out in front of the client.