Hello, To do this quickly, use the following code: Private Sub txtSN_KeyPress(KeyAscii As Integer) If Len(txtSN.Text) = 9 Then Me.txtPassword.SetFocus End IfEnd Sub Good luck,Mike- --- On Mon, 8/3/09, sawaaj <[email protected]> wrote:
From: sawaaj <[email protected]> Subject: [Access VBA Central] help To: [email protected] Date: Monday, August 3, 2009, 3:17 AM Hi friends. I making a project in ms access. When I type fixed characters in data field the courser how go to the next field Without enter the tab/enter key.? please help me . ------------------------------------ Yahoo! Groups Links [Non-text portions of this message have been removed]
