D
Daniel
I have a form diplaying a table in multiple forms view
(displayes all rows).
I want to set the current record in that form based on a
criteria selected by the user (like a quick search - the
user enters an item name or code and the form is set to
this item).
I tried using DoCmd.GoToRecord but it takes only row
number, so how can I find the row number on that form by
my criteria ?
I tried searching with RecordsetClone but it always
returns 1.
(displayes all rows).
I want to set the current record in that form based on a
criteria selected by the user (like a quick search - the
user enters an item name or code and the form is set to
this item).
I tried using DoCmd.GoToRecord but it takes only row
number, so how can I find the row number on that form by
my criteria ?
I tried searching with RecordsetClone but it always
returns 1.