hello,
I have a code like:
but the problem is that the command stops searching at the last record. so the records before the current record are not searched. I thought with acSearchAll it should search the entire record list.
I need some help here.
I have a code like:
Code:
Private sub button1_Click() DoCmd.FindRecord Me.fieldname.Value, acStart, , acSearchAll, , , False end sub
I need some help here.
Comment