Clean unbound control

  • Thread starter Thread starter Annette
  • Start date Start date
A

Annette

I have a form that has two unbound controls. In the form's OnCurrent
event I have the following:

If Me.NewRecord Then
Me!CurrentDepreciation.Value = 0
Me!BookValue.Value = 0
End If

When I attempt to enter a new record, I receive an error:
Run Time error '2448'
You can't assign a value to this object.

Any ideas on how to clear these unbound control?
 

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

Back
Top