Trasfering control to specific field

  • Thread starter Thread starter wasimsono via AccessMonster.com
  • Start date Start date
W

wasimsono via AccessMonster.com

Dear All

I have a problem that as the user entered wrong data then evaluations started
and the message displayed that enter correct data and then control should go
to that specific field for entering correct data. but it doesn't. the code I
used is as below.\

If CD <> Right(con, 1) Then
MsgBox " The check digit is " & CD
MsgBox "Please Enter Correct Customer
No"
DoCmd.GoToControl "conb"
End If
Please help.

Thanks.

Wasim
 

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

Back
Top