Prince
Registered User.
- Local time
- Today, 12:16
- Joined
- Oct 2, 2003
- Messages
- 29
Happy New Year...
In one form of my system I added subform to diplay the data of search fields in the main form and this subform has nivgation buttons.
If I nevgate using the the nevigation buttons then I made another search, the subform diplays data starting from the same position where I stoped nevigation before the search and not starting from the first record that match my search criteria?
I think the solution to use Movefirst for the subform from the main form but I tried
Forms!SInquiry1!SInquiry2.MoveFirst
it didn't work(SInquiry1 = mainform, SInquiry2= subform)
also I used
Forms!SInquiry1!SInquiry2.GoToRecord , , acFirst
and it didn't work
anyone can help?
In one form of my system I added subform to diplay the data of search fields in the main form and this subform has nivgation buttons.
If I nevgate using the the nevigation buttons then I made another search, the subform diplays data starting from the same position where I stoped nevigation before the search and not starting from the first record that match my search criteria?
I think the solution to use Movefirst for the subform from the main form but I tried
Forms!SInquiry1!SInquiry2.MoveFirst
it didn't work(SInquiry1 = mainform, SInquiry2= subform)
also I used
Forms!SInquiry1!SInquiry2.GoToRecord , , acFirst
and it didn't work
anyone can help?