Send Key

  • Thread starter Thread starter tbm
  • Start date Start date
T

tbm

2003 Access used send key in macros
2007 Access macro commands changed
what command replaced the send key?
 
Tbm,

Access 2007 still has SendKeys.

However, it is normally not recommended to use, and there are usually better
ways to achieve the same purpose.

What are you trying to do that you use SendKeys action for?
 
I have a program in Access 2003 that was working perfect, I am using the
GotoControl and the SendKey Action to input Titles to a Title Box and Numbers
to Text Boxs from a Command Botton, each Title has Rules.

Looking at my copy of Access 2007 macro, Action drop down list, I have a
Send Objict but no Send Key, is the Send Key an add in? Do I need to rewrite
this part of the program in VBA?
tbm
 
Ok, Thanks, have Send Key,
Send Key action in this macro is no longer running, what can I do to make it
run?
 
Does all your other code work? If not, odds are you haven't put your
database in a trusted location. Code does not run unless your database is in
a trusted location.

To trust your folder, click:

Office Button (top left)
Access Options (bottom of dialog)
Trust Center (left)
Trust Center Settings (button)
Trusted Locations (left)
Add new location (button)

--
Doug Steele, Microsoft Access MVP

(no private e-mails, please)


tbm said:
Ok, Thanks, have Send Key,
Send Key action in this macro is no longer running, what can I do to make
it
run?
 
Back
Top