Table view command

WILYWAYNE11

New member
Local time
Yesterday, 22:56
Joined
Aug 27, 2022
Messages
20
Does anyone know of a way to create a shortcut to open a selected specific record from a table view?
 
Are you talking about a desktop shortcut? Why a table view?
 
We have a large customer database. To save time it would be great to have a macro or other shortcut to open a customer record from a table view rather than exiting the table view (our default) to work a clients profile. I tried the "go to record" macro with no results.....
 
Sounds like the job for a form.
 
We have a large customer database. To save time it would be great to have a macro or other shortcut to open a customer record from a table view rather than exiting the table view (our default) to work a clients profile. I tried the "go to record" macro with no results.....
Ah, so you're not talking about a desktop shortcut. If you're just talking about a keyboard shortcut, then you can look into using an Autokeys macro. However, how would the macro know which record to open?
 
Does anyone know of a way to create a shortcut to open a selected specific record from a table view?

Define "open a specific record" because that could mean any one of a half-dozen different actions. Define what you expect to do with this record. Plog's suggestion for opening a form probably is closest to what you want, but (pardon this pun) In Access, form follows function. Decide what function this will have before you decide what form it will take. Which THEN will lead you to suggestions on how to achieve your goal.

And just as encouragement, if you CAN clarify your intentions, the odds are that we can come up with something that might meet your needs. But you have to help us see what you want first.
 
Are you entering data and editing data directly by opening a table? I sure hope not. I hope you are using forms to do that.
 
Readers need more context to enable focused suggestions. Give us an overview of what subject matter you are dealing with and what would trigger the need for this data.
 
Hopefully they are talking about a datasheet form, but you never can tell. :)
 
maybe create a Query with Criteria on Client Number (or Client name).
use the Query for viewing your Client.
 

Users who are viewing this thread

Back
Top Bottom