send keys

A

Akrt48

I have read how unreliable they are, but I need to clear a table every time I
close a form. The only way I can think of is by doing a send keys, I don't
want to delete the table just clear it. Any suggestions or what are the send
keys for CtrlA and is there anywhere I can get a list of them? Thanks
 
D

Douglas J. Steele

What does "clear a table" mean?

Are you saying that you want to remove all of the rows within it, but leave
the empty table? In that case, use a Delete query.
 
A

Akrt48

Thanks my mind had gone blank, but is there anywhere you can find out how to
send a ctrl key?
 
D

Douglas J. Steele

What do you mean by "send a ctrl key"? I thought you didn't want to use
SendKeys! SendKeys for Ctrl-A would be ^A
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top