Search results

  1. R

    Solved Open External Access Database

    Just open it and let the user have control.
  2. R

    Solved Open External Access Database

    Is there a way of opening a second database using VBA from within the first database? Thanks
  3. R

    Solved File Copy

    I am trying to copy a file from a SharePoint folder to a local folder on the C:\ and I am getting the following error. Here is my code: FileCopy...
  4. R

    Create QR code in access report

    I know this is an old post, but I just came across it. Is there away to adjust how much information can be in the barcode. I noticed there is a point when the QRCode doesn't fit and gets cutoff.
  5. R

    Barcode Height

    I will give it a shot. Thank you.
  6. R

    Barcode Height

    The barcodes are being printed on labels and forklift users need to be able to scan them at a distance. It is just easier for them if they were taller.
  7. R

    Barcode Height

    Is there a way of increasing the barcode height in a text field on a report without increasing the length? I am just trying to make the lines longer. Thanks
  8. R

    Solved Image Visibility based on a field

    Thank you! That works perfectly!
  9. R

    Solved Image Visibility based on a field

    I have a simple database that is only used for printing labels. It pulls in a spreadsheet with three fields. Label Text, Label Barcode & Direction (Up or Down). Then prints out labels with the Barcode on top, the Label Text below and an arrow image to the right, either pointing up or down...
  10. R

    Solved Pass Variable

    Thank you all for all of your help! That worked perfectly!
  11. R

    Solved Pass Variable

    But won't this still keep everything running off of the "Send" button? I currently have it setup that way and it runs great. They click the checkbox, just to show there will be an attachment, then they type their message, then when they click the "Send" button it allows them to select the...
  12. R

    Solved Pass Variable

    Let me see if I can explain this.....So I have a database that sends out emails as text messages to drivers and allows for attachments, which works fine. Currently all of the code in on the "Send" button, but I am trying to separate the code so when you click the Attachment check box you get...
  13. R

    Outlook Reference

    Thank you, that took care of the issue.
  14. R

    Outlook Reference

    I have a database that multiple people utilize. It is used to send text messages to drivers though outlook. The problem I am running into is that we use multiple versions of outlook and the Reference is different. One uses "Microsoft Outlook 15.0 Object Library" and the other uses "Microsoft...
  15. R

    Query based on ComboBox

    Thank you arnelgp! That worked!
  16. R

    Query based on ComboBox

    I have attached a screenshot of my query and the ComboBox. Oh, and [Yard] is the name of the ComboBox.
  17. R

    Query based on ComboBox

    Hello everyone, So I have a query that is based off of a ComboBox, which has 6 choices. It has the name of 5 different Shuttle Yards and the last choice is "All Yards". Below is the code in my query, but when I run it I get the following error. "The expression is typed incorrectly, or it is...
  18. R

    Query Criteria with a wilcard

    That works perfectly! Thank you!
  19. R

    Query Criteria with a wilcard

    Hello, I am trying to setup a query that looks at a ComboBox named "Location". If "All" is selected in the ComboBox, I want everything displayed in the query, but if a certain location is selected, then the query only displays that locations information. That part works fine. It's that "All"...
  20. R

    Recordsets

    arnelgp, Thank you! That did the trick!
Back
Top Bottom