|
-
Jan 28th, 2004, 10:27 AM
#1
Thread Starter
Fanatic Member
Staff anouncement: sub form to last record please
I have a form
the form has a subform
with code behind the form how can I tell the subform to goto last record?
-
Jan 29th, 2004, 07:28 AM
#2
Member
Call DoCmd.GoToControl("SubFormControlName")
Call DoCmd.RunCommand(acCmdRecordsGoToLast)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|