Search results

  1. S

    Question Automatic saving to specific directory from any window in database

    Hi thanks for your reply...I have already set this option which doesn't work when your inserting a hyperlink as it keeps reverting back to the directory where the database is kept plus I'm looking for an option where all employees are routed to the same directory as the location of the files :)
  2. 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...
  3. S

    Main form won't calculate subform fields

    Dennisk Thanks for the reply, I have tried both and now have an error 'item not found in collection'??
  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

    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...
  6. 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...
  7. S

    Putting the last record from a table into a variable

    I have a customer field for our customer complaints that consist of a 2 digit yeas and 2 characters then an automatic number that when combined will give a unique number. This data is held in a table called RMA numbers. When the last record in this table is located I have used a bit of code to...
  8. 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