Hi
Is this not what you want?:
strSQL = "SELECT * FROM [DataSub] WHERE DocumentNo =" & DocumentNo & " ORDER
BY [srlNo];"
> Hi
> I've form which I'm using for new input and for edit too, this form consist
[quoted text clipped - 6 lines]
> in sequence like 1,2,3 but now im geting 1,3,2 any help
> thanks in advance.
Wahab - 09 Mar 2005 11:47 GMT
Thank you very much Mr. David , It works - exactly Wahat I want and job done
too!
> Hi
>
[quoted text clipped - 13 lines]
> > in sequence like 1,2,3 but now im geting 1,3,2 any help
> > thanks in advance.