Search results

  1. S

    Solved Report not printing correctly when selecting column layout 'Across, then Down'

    I have a simple report that I have been using for some time. The report has 4 columns and was printing properly (16 records per page, 4 x 4) with the 'Down, then Across' column layout option. Now, I want to switch to 'Across, then Down' but the report prints only 1 column per page. Besides...
  2. S

    Control Web Cam using VBA

    Is there any way of controlling a web cam from a MS-Access form? What I am trying to accomplish is to take a picture and save it (preferably as .TIF) outside the database. The form would have a control to view the feed from the camera, and a command button that would be the trigger. I have...
  3. S

    Form corruption

    Hi, I am having issues with one of my forms. Occasionally, it gets corrupted after changing something. For example, I just changed the background color of one label and I could not save the changes. From there, I sometimes need to restore a copy of the DB I am working in. Other times, I just...
  4. S

    Report preview does not match printout

    I have a report for which the user can select different options. For some of these options the report prints fine, but for others the report is a page with just the page header. In both cases the preview shows the correct data. I had some logic under the GroupHeader0_OnPrint. I moved it to...
  5. S

    API Reference

    Does anyone knows where can I find a complete API reference in VBA (either link or book)? Most of the references I have found are for C++, and there are only a few in VBA. Thanks.
  6. S

    Remove Horizontal Scrollbar from Listbox

    I need to remove the horizontal scrollbar from a listbox. I have tried code that uses API and the .hwnd method, but I get the error "Method or Data Member Not Found". What would be the right approach to accomplish this? Thank you.
  7. S

    Printing issues with POS printer

    Hi: I am trying to print receipts using a POS printer. I have two POS printers (1 thermal/USB and 1 dot-matrix/LPT1). I am using VBA to switch between the printers. The reports are only text and saved to print to the default printer. When switching to the thermal, it works fine, but when...
Top Bottom