wrong record is displayed

G

Guest

I have a form which will be instantiated more than once. In the first
instance I want to open it to the last record of the table. In subsequent
instances, I want to pass the record number to open as a parameter. I am
having trouble with the first instance (I haven't even tried subsequent ones
yet). The form opens to the first record, even though it correctly sets a
book mark to the last one.

Here is my code:
The Switchboard Form runs this procedure:
 
G

Guest

hi, have you tried basing the form on a query of the table and then setting
the autonumber to sort descending.

regards

richard
 

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