Search results

  1. J

    Web Based Queries

    To whom can help me. I am converting my database to a web database for sharepoint use. Besides the fact that you can't do all kinds of things with web queries my particular issue is my query is returning more results than it should. There is no distinct value option, you can't create and use...
  2. J

    Web Databases Reports & Queries

    To any who can help me. I have been converting my database to a web version for sharepoint use. Besides all the issues you get when trying to do this my particular issue is I have some code in my report. Code:Private Sub Report_Load() Dim dbs As Database, rst As Recordset Set dbs =...
  3. J

    Referencing Text Boxes in a Report and getting "Enter Parameter Value"

    I have a report and within the report I have added some text boxes with some simple logic such as sum, count, etc. These text boxes function well as long as the logic is referencing exisiting fields. The minute I try to have a text box reference another text box I get the "Enter Parameter...
  4. J

    Summation of Fields in a Table based on Query Results

    I have a form that users can input data into and based on that data it runs a query and generates a report. These reports can be different based on user entered data on the form. My issue is within the report I would like to sum certain fields. The problem with trying to sum theses fields is...
  5. J

    New Member

    Hello All. I should be on here quite a bit asking questions. I appreciate any and all responses.:)
Top Bottom