Search results

  1. M

    Email Database Object

    I want to email an object (a report) that contains a text box with a barcode font. When I use the EmailDatabaseObject macro action, the barcode appears unformatted (i.e., as numbers) rather than as a barcode when the file is opened from a computer/device that doesn't have the barcode font...
  2. M

    Access as Default Program for Device

    Yes, but can you write an exe file that would sit in memory and wake up Access when input is detected from the port to which the scanner is connected? The answer, I assume, is yes. I just don't know how to do it.
  3. M

    Access as Default Program for Device

    I have a device -- a barcode scanner. I want to scan barcodes into a text box on a form. I want barcode scans to register with Access even if Access is operating in the background (i.e., isn't the window on top). Is this possible? Thank you.
  4. M

    A TRUE Keyword Search

    Like "*" & [Forms]![YourForm]![YourControl] & "*" The above query criterion is useful, but it does not create a true keyword search. Say I want a search in a single text box for "organic solutions" to bring up a record "Solutions Manual for Organic Chemistry." The above criterion will not...
Back
Top Bottom