M
MAG
I set up a command button to open a specific record by
asking for the part number then going to it. I did this by
using the form:
DoCmd.OpenForm "form", , , "[Field] = '" & Part & "'"
But now when I try to use the previous and next record
commands it doesnt do anything because all that is open is
that one field. Is there anyway I can open all the
records for this form and still have it go to the one I
want. So after I goto the part I want I can scroll through
all the records without reopoening the form.
Thanks for any help.
MAG
asking for the part number then going to it. I did this by
using the form:
DoCmd.OpenForm "form", , , "[Field] = '" & Part & "'"
But now when I try to use the previous and next record
commands it doesnt do anything because all that is open is
that one field. Is there anyway I can open all the
records for this form and still have it go to the one I
want. So after I goto the part I want I can scroll through
all the records without reopoening the form.
Thanks for any help.
MAG