DaniBoy
Registered User.
- Local time
- Today, 10:52
- Joined
- Nov 18, 2001
- Messages
- 174
Hello,
I dont know why this is happening, I have a subform that has 4 fields, I want to set the focus on field three, this is what I do:
On field 1 I enter a value, on field 2 I enetr another value, on field three I want to skip, and field for I enter another value.
On the event On LostFocus on the Feild 2 I put Field4.SetFocus
Well two thing happen, at first I dont get the dropdown box after the feild4."Right here" that lets you pick from a list."Detected the problem there" Second i go ahead and type in SetFocus and save it. Then when I run it, I get an error "Object Required" I checked the name of the feild4 and everything look right. My fields are bound an everything.
Whats wrong? Why it does not detect the field.?
I dont know why this is happening, I have a subform that has 4 fields, I want to set the focus on field three, this is what I do:
On field 1 I enter a value, on field 2 I enetr another value, on field three I want to skip, and field for I enter another value.
On the event On LostFocus on the Feild 2 I put Field4.SetFocus
Well two thing happen, at first I dont get the dropdown box after the feild4."Right here" that lets you pick from a list."Detected the problem there" Second i go ahead and type in SetFocus and save it. Then when I run it, I get an error "Object Required" I checked the name of the feild4 and everything look right. My fields are bound an everything.
Whats wrong? Why it does not detect the field.?