Recent content by Amaze14

  1. A

    Help with printing form with linked images, please!

    Hi, I have a form in my database that has two subforms, both of which I use to display images that are linked. This works great when I just flip though the records in Form view, but when I want to print off a certain page the images are not linked properly. Instead of showing the image...
  2. A

    Custom message box for an empty search

    Thank you both .... I'm getting closer! I have found that when I use this: If Not IsNull(lbxRegion) or lbxRegion <> "" Then no messagebox pops up, but my code runs. When I use this: If lbxRegion <> "" Then the messagebox pops up even after I selected a region from my listbox. Lastly, this: If...
  3. A

    Custom message box for an empty search

    Related Question Hello, I have a similar question; in my case I have a form in which the user selects a region from a list box and then clicks a button that runs a query a produces a report for the selected region.When the user neglects to select a region the result is an empty report, but...
  4. A

    Easy SQL question for Access users. Help Please!

    I am just using the field to create a component for ranking. For example, Joe with ID 23 ranks 2/2 in terms of wins for people named Joe, while Joe with ID 24 ranks 1/2 for people named Joe. My example is strange I know, the actual data I'm working with is confidential and I am working on this...
  5. A

    Easy SQL question for Access users. Help Please!

    Hello, I am an Access user new to SQL and more complex queries. I am trying to create a column in my table "wins" that counts entries in "name" by unique names. For example, ID name wins Number 23 Joe 4 1 24 Joe 20 2 25...
Back
Top Bottom