W
worksfire1
Try to write a simple macro that can send some keystrokes to a text box in a
form.
Create a Macro "test" that has 2 actions.
1) GoToControl {Name: Textbox0}
2) Sendkeys: "Test to see if this text is sent to this control" (with or
without the quotes)
Create a simple form with a textbox named textbox0
Put a command button on there and tell it onclick, to run the Macro "test"
Do you get an error too? I get an error saying I need to install a Utility
add-in. I have located the utility.mda add-in file in Microsoft access and
inserted it into the add-in manager, but with no improvement.
form.
Create a Macro "test" that has 2 actions.
1) GoToControl {Name: Textbox0}
2) Sendkeys: "Test to see if this text is sent to this control" (with or
without the quotes)
Create a simple form with a textbox named textbox0
Put a command button on there and tell it onclick, to run the Macro "test"
Do you get an error too? I get an error saying I need to install a Utility
add-in. I have located the utility.mda add-in file in Microsoft access and
inserted it into the add-in manager, but with no improvement.