requery current record on the form??? 
Author Message
 requery current record on the form???

May i know what is the syntax to requery current form once
i press a button on the form?

When i did something like that:

Me.Requery

The form will go to the first record. What i want to
requery is Current Record only. For example, since every
record on my form is controled by MeetingID. Let said i am
open a record where MeetingID = 7. Once i press the button
on the form, i want to do is requery is the MeetingID = 7
record only on the form. I don't want the form to return
back to the first record.

Thanks



Fri, 02 Dec 2005 13:19:51 GMT  
 requery current record on the form???
On Sun, 15 Jun 2003 22:19:51 -0700, "Lim HEng Sin"

Quote:

>May i know what is the syntax to requery current form once
>i press a button on the form?

>When i did something like that:

>Me.Requery

>The form will go to the first record. What i want to
>requery is Current Record only.

Try Refresh instead of Requery.

                  John W. Vinson[MVP]    
    Come for live chats every Tuesday and Thursday
http://go.compuserve.com/msdevapps?loc=us&access=public



Fri, 02 Dec 2005 15:00:37 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Access 97: Restoring the current record after a requery

2. requery parent form when user adds a record to child form

3. Function to seek record and make current record on form

4. Need Help - Open sub-form to current record

5. Problem understanding "Current Record" on form

6. Current Record Count in a Continuous Form

7. Synchronising form/subform current record

8. How to save current record in sub-form?

9. Sending data from the current record of a form on Close event

10. Current Record in another form

11. Seek does not change current record in form

12. Displaying the Current Record (in a Form)

 

 
Powered by phpBB® Forum Software