Search results

  1. T

    Edit Hyperlink Address

    I am still a programming baby. I want a module that will update each fields hyperlink address. I can't seem to find the code that will specifically point to the hyperlink address property and then enable me to update the value. Any suggestions?
  2. T

    Adding Value To New Record In Tabledef

    The first part of the module I am trying to create is where I am creating a new table based on an existing table. At this point, I am just trying to assign each record in the newly created table the same value as the records in the original table. The error I keep getting is: 1-You tried to...
  3. T

    Averaging in Query with null values

    I am querying on a query. The first query is taking out bad data (and replacing it with NULL). The second query is using the TOTALS function, and I am trying to use the AVG of the field. The query says the field is no longer a value field ("DATA TYPE MISMATCH IN CRITERIA EXPRESSION"). The...
Back
Top Bottom