Hi there,
Here is my problem:
I have a form (based on a single table) which opens in a blank format (i.e. does not show records).
I now want to retreive a record by just entering its unique ID ("recordID" which happens to be an autonumber) into an unbound control (called "selecter")on the form ("frmOne"), so that the record's fields can be edited (deleted,added,changed,etc).
How to do this, without using a button ("on click" as if I would do if it was a filter) or combo/list box (which I think would not be feasibel - could not list all autonumbers in the combo-list...)?
So, then, how to retrieve a complete record by typing only its unigue ID (autonumber)?
Many thanks in advance for your time in answering this question
Here is my problem:
I have a form (based on a single table) which opens in a blank format (i.e. does not show records).
I now want to retreive a record by just entering its unique ID ("recordID" which happens to be an autonumber) into an unbound control (called "selecter")on the form ("frmOne"), so that the record's fields can be edited (deleted,added,changed,etc).
How to do this, without using a button ("on click" as if I would do if it was a filter) or combo/list box (which I think would not be feasibel - could not list all autonumbers in the combo-list...)?
So, then, how to retrieve a complete record by typing only its unigue ID (autonumber)?
Many thanks in advance for your time in answering this question