Write Conflict

A

Asif

I have a form with a combo box that holds the Months (Jan - Dec).
Below this combo box I have a text box where the user would enter
production figures for the relevant month.

Now when I select a month from the combo box and then click on the
text box to enter data I get an Write Conflict Error message asking me
if I want to Save, Copy to Clipboard or Drop Changes.

I've tried to put the following code in the After Update of the combo
box

If Me.Dirty = True Then
Me. Dirty = False
End If

I've also tried putting the above code in the textbox's on click event
but as such I'm not getting any luck in resolving this issue

Any suggestions?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top