Search results

  1. E

    Application Problem

    I have been asked to make changes to an app that is WAY more complicated than anything I've ever done. The changes themselves are no problem (add 3 new fields to each of two tables and modify 2 forms and a report). The problem is after I make the changes the app doesn't work. The database...
  2. E

    Weird Listbox Thumbtack problem

    I have a list box on a form that runs a query returning 1315 records. If I click on the down arrow at the bottom of the vertical scroll bar the list box works fine. But if I click in the vertical scroll area, click and drag the thumbtack or click on a record I can't get beyond about 24 records...
  3. E

    Help with syntax in vbasic like Query

    I have a form where a user can enter part of a description and press a button which will open a form using their input as a filter. I was using the filter by form, but ran into what appears to be a common problem that there is no easy way for an uneducated (or lazy) user to apply the filter...
  4. E

    Dlookup Help

    I am trying to do a dlookup to fill in a description field on a form based on a number that might be stored in either of two other tables. I have CP numbers and A numbers. If the user types a CP number in I want the Dlookup to go to the CP Numbers table. If the user types in an A number I...
  5. E

    HTML Format looks BAD!!!

    I'm executing a macro to run some reports from an Access Database and saving them as HTML format, but when I view them in IE the columns are all misaligned. What is the easiest way, if there is one, to force the columns to align properly in the browser? Thanks
  6. E

    Hyperlink in report

    I'm trying to create a report that, for each record, links to a different scanned image. The file name for each image is stored in the table with the document number and other info. I created a query, concatenated the fields that contain the path and filename and, for that field on the report...
Back
Top Bottom