Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by danperfect

  1. danperfect

    regaing focus of textbox

    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.
  2. danperfect

    regaing focus of textbox

    As far as I know, it's just: SendKeys ("{SPACE}")
  3. danperfect

    Delete last entry button

    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...
  4. danperfect

    Record Locking on New Records

    Couldn't find that. Sorry if I'm being stupid. How do I search for that? Looked in FAQs and that didn't appear to be there.
  5. danperfect

    Record Locking on New Records

    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...
  6. danperfect

    Citrix Outlook problem

    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...

Part and Inventory Search

Back
Top