I have a form which has 7 fields, listed top-to-bottom. When I open this form it retrieves the first record from a single table and displays that record in those 7 fields.
I want to place 1 button on this form (several in fact, but 1 to start out with since this is so new to me). The sole purpose of this button would be to change the Record Source of the form. It would change the source from showing all info for all entries in the table (as it does when I first open up the form), to showing all info for a single item. Also, it would display the results in those same 7 fields on the form.
I know I can just change the view to design view and change the source there, but I don't want the end user to have to do that. As new as I am to Access 2007, they are even newer to using PC's in general, so I want/NEED to keep things as simple as possible. I only want 1 button to start out, but eventually there will be several, and if I can limit their actions to just clicking buttons it'll make things much easier for them AND me.
OR...
A different approach would be to have a button that runs a query. I've actually done this, but the results of pressing the button show up in a new tab, and I want the results to show up in those 7 fields I mentioned above.
If it helps, this is purely for viewing on-screen. It won't be printed. Also, the records will not be added/deleted/edited. Just looked at.
So a button to either A: change the record source and display the results in those 7 fields on the form, or B: place query results in those 7 fields on the form. Can somebody tell/show me how to do this (assuming it even can be done)? Know of any tutorials that can walk me through it?
Thank you in advance for your time and help
Joe
I want to place 1 button on this form (several in fact, but 1 to start out with since this is so new to me). The sole purpose of this button would be to change the Record Source of the form. It would change the source from showing all info for all entries in the table (as it does when I first open up the form), to showing all info for a single item. Also, it would display the results in those same 7 fields on the form.
I know I can just change the view to design view and change the source there, but I don't want the end user to have to do that. As new as I am to Access 2007, they are even newer to using PC's in general, so I want/NEED to keep things as simple as possible. I only want 1 button to start out, but eventually there will be several, and if I can limit their actions to just clicking buttons it'll make things much easier for them AND me.
OR...
A different approach would be to have a button that runs a query. I've actually done this, but the results of pressing the button show up in a new tab, and I want the results to show up in those 7 fields I mentioned above.
If it helps, this is purely for viewing on-screen. It won't be printed. Also, the records will not be added/deleted/edited. Just looked at.
So a button to either A: change the record source and display the results in those 7 fields on the form, or B: place query results in those 7 fields on the form. Can somebody tell/show me how to do this (assuming it even can be done)? Know of any tutorials that can walk me through it?
Thank you in advance for your time and help

Joe