Search results

  1. I

    listbox of queries

    Can someone advise on how to create a list box showing all the query names? Then, a button would be used to run a selected query. imdl ;)
  2. I

    VB code to send a form to email

    We have an Excel database with two sheets, the first is the log sheet and the second is a trace form linked to the log sheet. We send the trace form via email through the command “Send to Mail Recipient” > “Send the current sheet as the message body.” I have started creating the trace form in...
  3. I

    VB code to send a form to email

    I would like to have an MS Access form displayed in the body of an Outlook email message. Is there a way to do this? imdl :)
  4. I

    How to hide option group

    You've been such a huge help. Thanks and have a great day! :)
  5. I

    How to hide option group

    I got the code that enables an option group (opgOPCO) to pop-up whenever I input “0064” into the combo box (cboCCN). However, when I go to the next record (using record selector), the option group (opgOPCO) does not hide even though the combox box contains a value other than “0064.” Dim bShow As...
  6. I

    Real-time update using DLOOKUP

    great, it works! tnx a lot!
  7. I

    Real-time update using DLOOKUP

    I used DLOOKUP for a text box in a form. However, to see the looked-up value, I still have to close and reopen the form. Is there any way to show the looked-up value in the text box by just a mere click? Say for example, I hit the "enter" or "tab" key, the text box would automatically update. :)
Back
Top Bottom