J
JimS
I have a form bound to a table in A2003. When the user wants to insert a new
record, I want to set one of the fields to a certain number (similar to
autonumber). I tried setting it in the Before_Insert event, but the event's
not fired until the user types in the first character of the first field.
Well, this is the first field, and the user may override my choice if he
wants. I want the new record to appear with the contents of the first text
box set programmatically, then have the second field get focus, so the user
would not normally even type into it.
I guess I could set the focus on the second field and wait until the user
starts typing, but is there a way to not wait?
record, I want to set one of the fields to a certain number (similar to
autonumber). I tried setting it in the Before_Insert event, but the event's
not fired until the user types in the first character of the first field.
Well, this is the first field, and the user may override my choice if he
wants. I want the new record to appear with the contents of the first text
box set programmatically, then have the second field get focus, so the user
would not normally even type into it.
I guess I could set the focus on the second field and wait until the user
starts typing, but is there a way to not wait?