Run-time error '2100'

E

Elena Christoforou

Good day

When i run a set of code, i get an error message which
says "Run-time error '2100':

The control or subform control is too large for this
location"

When i debug, the error is on the line with the code
Me.txtName.Left = (lngStart * dblFactor) + lngLMarg

I get the same error for the code
Me.txtName.Width = (lngDuration * dblFactor)

Any ideas?

Regards,
Elena
 

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