private void txtPcs_KeyUp(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.Enter) { TransactionDate.Focus(); } }