Normally, when I open a form, it will display the first record as defined by SQL.
How do I move to certain record using PHP / javascript? For example, the form contain customer number 10000 to 90000. When I first open it, it shows record for customer number 10000. If I want to goto customer number 50000, how do I do it using php code (NOT Quick search).
Thanks.