I have a databse for orders and quotes. It is based on the order entry tempplate database.
When I am on my customer page and select my quote page, it opens the quote form and displays only the record of the quotes associated with the customer from the previous page.
The problem I have is that I can not get the record order to start at the begining... the first record I see is that either above the customer ID.
How can I make it start at the first (or last) quote for that particular customer. I have been able to create navigation buttons that advance by one. It's confusing as the quoteID stars at say 5 (which is the customerID) then 7, 1, 2 and says I've reached the end. I'd prefer it to start 1,2,5,7
Thanks
When I am on my customer page and select my quote page, it opens the quote form and displays only the record of the quotes associated with the customer from the previous page.
The problem I have is that I can not get the record order to start at the begining... the first record I see is that either above the customer ID.
How can I make it start at the first (or last) quote for that particular customer. I have been able to create navigation buttons that advance by one. It's confusing as the quoteID stars at say 5 (which is the customerID) then 7, 1, 2 and says I've reached the end. I'd prefer it to start 1,2,5,7
Thanks