New record added when debugging but not when running normally

  • Thread starter Thread starter Opal
  • Start date Start date
O

Opal

This is weird. I was having a problem with a form writing
to a table so I was running the debug to step through the
code to see what the problem was. Once I figured it out
and ran through the code again with the debug tool, the
records added to the table correctly. Howevever, as soon
as I turn off the toggle point and try to use the form, none
of the data will write to the table.......

Can anyone tell me what is happening here?
 
This is weird. I was having a problem with a form writing
to a table so I was running the debug to step through the
code to see what the problem was. Once I figured it out
and ran through the code again with the debug tool, the
records added to the table correctly. Howevever, as soon
as I turn off the toggle point and try to use the form, none
of the data will write to the table.......

Can anyone tell me what is happening here?

Not without seeing the code, no.

John W. Vinson [MVP]
 
Not without seeing the code, no.

John W. Vinson [MVP]

Thanks, John, I removed the post because it started working.
Not sure what the issue was, but all is fine now.
 
Back
Top