Can anyone give me some clue as to why I'm getting this error:

Run-time error '5'
Invalid procedure call or argument


It happens with this code:

txtcheck_amount.Enabled = True
txtcheck_amount.SetFocus


Only it runs through the first line just fine. It's only when it gets to the txtcheck_amount.SetFocus line that it gives me this error. Any ideas why? I'm open to anything.


------------------
Ryan


[This message has been edited by Gimpster (edited 02-11-2000).]