send keys

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
Thanks my mind had gone blank, but is there anywhere you can find out how to
send a ctrl key?
 
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
 
Back
Top