G
Guest
Hi
I've form which I'm using for new input and for edit too, this form consist
of srlNo field where i m writng transction nos like 1 2 3 and soon. This
form is based on recordset
strSQL = "SELECT * FROM [DataSub]WHERE DocumentNo =" & DocumentNo & ";"
Me.RecordSource = strSQL
my problem is while briging back the record I want the records must appear
in sequence like 1,2,3 but now im geting 1,3,2 any help
thanks in advance.
I've form which I'm using for new input and for edit too, this form consist
of srlNo field where i m writng transction nos like 1 2 3 and soon. This
form is based on recordset
strSQL = "SELECT * FROM [DataSub]WHERE DocumentNo =" & DocumentNo & ";"
Me.RecordSource = strSQL
my problem is while briging back the record I want the records must appear
in sequence like 1,2,3 but now im geting 1,3,2 any help
thanks in advance.