AccessAmateur
Registered User.
- Local time
- Today, 16:25
- Joined
- Feb 13, 2003
- Messages
- 30
On 13 Feb 03 AccessAmateur wrote:
GetInfofromTable
I have a form which edits/prints data most of which is obtained from a large (50,000+entries) table which is read only.
How do I set up so that the user can open the large table, select a record using any search/filter criteria on any field in the table then send the record ID# back to the small table on which the form is based?
Currently the user must copy/paste the ID# from the table to the form.
Setting up the large table as a Combo box is not an option because then the search & filter capablilities are not available when the user is searching for the desired record in the large table.
This should be such a simple thing!
Thanks
and got No replies.
Is this impossible? Or too simple & I just should know?
Thanks again
AccessAmateur
GetInfofromTable
I have a form which edits/prints data most of which is obtained from a large (50,000+entries) table which is read only.
How do I set up so that the user can open the large table, select a record using any search/filter criteria on any field in the table then send the record ID# back to the small table on which the form is based?
Currently the user must copy/paste the ID# from the table to the form.
Setting up the large table as a Combo box is not an option because then the search & filter capablilities are not available when the user is searching for the desired record in the large table.
This should be such a simple thing!
Thanks
and got No replies.
Is this impossible? Or too simple & I just should know?
Thanks again
AccessAmateur