Complete Access newbie, here.
I have a table with 2600 entries on it.
Each record has a unique number.
I created a form, based on this table.
I have a search button on the form, and when I enter the unique number, hit search, it brings me back the correct record.
That's fine, it took me a wee while, but I worked out using a macro saying:
GotoControl -> Unique Number
FindRecord >- =[searchbox]
..pulls back the correct record.
Now, I'd like to add a button to the form, which takes the record that's been found, and copy it to a new table.
I'm pretty sure there's a fairly easy solution, but I'm completely stuck :S
Any help would be appreciated.
Thanks.
Marc.
I have a table with 2600 entries on it.
Each record has a unique number.
I created a form, based on this table.
I have a search button on the form, and when I enter the unique number, hit search, it brings me back the correct record.
That's fine, it took me a wee while, but I worked out using a macro saying:
GotoControl -> Unique Number
FindRecord >- =[searchbox]
..pulls back the correct record.
Now, I'd like to add a button to the form, which takes the record that's been found, and copy it to a new table.
I'm pretty sure there's a fairly easy solution, but I'm completely stuck :S
Any help would be appreciated.
Thanks.
Marc.