a 07 split form

M

Marco

Is possible in access 07 filter a form, view last record and have sincronize
last 10 record?
i apply a filter to a form
Me.Filter = "[field1name] = 2"
Me.FilterOn = True
Me.OrderBy = "[ID], ASC"
Me.OrderByOn = True
DoCmd.GoToRecord acForm, Me.Name, acLast
but when a open the form i view last record filtered (500) and first 10
records (1, 5,6... in datasheet (split) no 500, 498. 495...

thx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top