My mistake. That doesn't work but you can use:
SendKeys (Chr(32))
By the way, I gave a complete solution to this in your other post on the same topic. A bit messy though.
It may not be practical depending on how many fields you have. Messy code but it would work. Suppose for simplicities sake you have 3 fields. TB1, TB2 and TB3.
Somewhere declare a variable:
Dim lastedit as string
Then for each textbox, something like,
Private Sub TB1_AfterUpdate()
set...
I have been viewing this forum, and am confident someone here can help me. I will try to describe my exact problem in as much detail as possible.
I have an Access 97 database, regularly accessed by three users all using Citrix workstations. The main form used is a standard form, whose source is...
I have tried finding help for this everywhere. I really hope someone here can help.
I am running an Access database, with a command button designed to set up and display an outlook e-mail. It has worked fine on two regular local PCs but on two different Citrix machines, it is generating an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.