Query sequence help

Gazza2

Registered User.
Local time
Today, 03:25
Joined
Nov 25, 2004
Messages
184
First of all sorry if this is in the wrong discussion section

I have a search form that displays a list of customers in a list box dependant on what i type into a text box.There is a query tied to the list box that gives a number sequence for each customer i.e 1 for the first line, 2 for the second and so on.
I then have another text box that i enter the number of the customer that i want and press enter which then opens another form with the customer details entered into the appropriate text boxes on the new form.

All this works great except that whatever number i enter into the text box the details on the next line of the sequence are copied and not the details from the line number i enter.

e.g. i enter 1 into the text box and the details on line 2 copy over to the next form.

any help would be much apprieciated

thanks
 
Gazza2,

The indexes for ListBoxes and ComboBoxes are zero-based. The second row
is row number 1.

Wayne
 
Wayne

Is there any way to change that

Thanks
 

Users who are viewing this thread

Back
Top Bottom