What is Automation ID?

T

Tony Williams

I'm getting errors when I start to complete a control on a form that has a
has a format "ABCD"/000/0000;0;_ that says the Automation ID is not
available. What does this mean?
Thanks
Tony
 
O

OldPro

I'm getting errors when I start to complete a control on a form that has a
has a format "ABCD"/000/0000;0;_ that says the Automation ID is not
available. What does this mean?
Thanks
Tony

Is it linked to a field in a table? BTW, you can do a better job of
formatting the input if you ditch the format property and use the
keydown event to format your data. The format property has issues.
 
O

OldPro

Hi Yes the control is linked to a field in my table.
Thanks






- Show quoted text -

Have you figured it out, or do you still need help? Look at the
properties of the field and see if it is an autonumber.
 
T

Tony Williams

Hi no I have figured it out. The field is a text field and is a Primary Key
but not an autonumber. Any thoughts? I'm using Access 2003 and I'm sure this
worked OK in Access 2000. The control is on a main form and is used to link
the control to a number of subforms with the same control name.
Cheers
Tony
 
T

Tony Williams

Sorry I meant I haven't figured it out
Tony
Tony Williams said:
Hi no I have figured it out. The field is a text field and is a Primary
Key but not an autonumber. Any thoughts? I'm using Access 2003 and I'm
sure this worked OK in Access 2000. The control is on a main form and is
used to link the control to a number of subforms with the same control
name.
Cheers
Tony
 
J

jrmask via AccessMonster.com

Since it's not an autonumber, how are you getting the Automation ID? Has the
main from established the Automation ID field before you try to enter
information in the subform?

Tony said:
Hi no I have figured it out. The field is a text field and is a Primary Key
but not an autonumber. Any thoughts? I'm using Access 2003 and I'm sure this
worked OK in Access 2000. The control is on a main form and is used to link
the control to a number of subforms with the same control name.
Cheers
Tony[quoted text clipped - 16 lines]
Have you figured it out, or do you still need help? Look at the
properties of the field and see if it is an autonumber.
 
O

OldPro

Since it's not an autonumber, how are you getting the Automation ID? Has the
main from established the Automation ID field before you try to enter
information in the subform?

Tony said:
Hi no I have figured it out. The field is a text field and is a Primary Key
but not an autonumber. Any thoughts? I'm using Access 2003 and I'm sure this
worked OK in Access 2000. The control is on a main form and is used to link
the control to a number of subforms with the same control name.
Cheers
Tony
Hi Yes the control is linked to a field in my table.
Thanks
[quoted text clipped - 16 lines]
Have you figured it out, or do you still need help? Look at the
properties of the field and see if it is an autonumber.

The automation id error may be caused by one of the subforms. Try
creating a copy of the form, and then simplifying it until it starts
working. That should make it easy to figure out. By the way, are any
of the tables linked tables?
 

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