Search results

  1. S

    Question Automatic saving to specific directory from any window in database

    Hi All, This should be simple but I haven't a clue :confused:. I have a database with various forms for input of data. Most forms have hyperlinks to files and when the save box appears I would like to be able to have it open in a specific directory instead of the users having to click there...
  2. S

    Main form won't calculate subform fields

    I have a main form [Service Quotes] that has 2 sub forms [Components] and [Services]. Both of these subforms have a calculting text box [overall cost] that sums the cost of each item. I have tried all the code I know to get calculate the 2 subforms totals onto the main form but constantly...
  3. S

    Main form won't calculate subform fields

    I have a main form [Service Quotes] that has 2 sub forms [Components] and [Services]. Both of these subforms have a calculting text box [overall cost] that sums the cost of each item. I have tried all the code I know to get calculate the 2 subforms totals onto the main form but constantly...
  4. S

    Main form won't calculate subform fields

    I have a main form [Service Quotes] that has 2 sub forms [Components] and [Services]. Both of these subforms have a calculting text box [overall cost] that sums the cost of each item. I have tried all the code I know to get calculate the 2 subforms totals onto the main form but constantly...
  5. S

    Putting the last record from a table into a variable

    I have a table with a text string. All I want to do is take the last record from this table in place it into a variable within a module called strfield i.e. strfield = {the last record in the table} This is probably very basic but I have tried several commands and cannot get the data into the...
Back
Top Bottom