Search results

  1. T

    Solved Subscript Out of Range error when importing back tables

    Thanks for sharing the link but it did not help with my issue. The link mentioned the following 6 areas, i have added my comments particular to my case. In an Excel spreadsheet presence of an excessive number of columns. I checked. no extra columns. in the first place, the excel file were...
  2. T

    Solved Subscript Out of Range error when importing back tables

    I still can't figure out what is wrong. I have attached the files here in a zip for anyone to look. Description of files: 1) Test Planner - tables loaded. This is the original database 2) Test Planner - Blank created from template. I took file #1, saved as a template and created a new database...
  3. T

    Solved Subscript Out of Range error when importing back tables

    now that you mention it, yes. the fields for one of the columns (remarks/description) are blank
  4. T

    Solved Subscript Out of Range error when importing back tables

    So I'm trying to reset my database. So I exported most of the tables. Then I saved the database as a template and created a new database based on the template. When I try to import the (exported) tables back in, some of the tables imported in with no issue, but some of them failed with the...
  5. T

    Solved Append query overwrite existing rows in target table, instead of creating new rows.

    update. I "compacted and repair the database" and the query in the main database worked as it should! i'm not sure why. but i'm thankful nonetheless. thanks to all who helped by looking at this thread.
  6. T

    Solved Append query overwrite existing rows in target table, instead of creating new rows.

    strange, it doesn't work in my main database. either it overwrites an existing row. or MS Access will return an error that it is not able to append the row due to key violation.
  7. T

    Solved Append query overwrite existing rows in target table, instead of creating new rows.

    oops, in my tiredness, i forgot to attach the file. done.
  8. T

    Solved Append query overwrite existing rows in target table, instead of creating new rows.

    Hi everyone, For my database, I have a append query which takes all the rows from Temp_Table (except the primary key field) and appends it to the main table (Task_Detail_Table). What I discover is that it does not add the rows as new records to the main table but overwrites existing rows...
  9. T

    Default value for field not appearing in Form. also, how to have the Default value for one of the field to "draw" from another related-table.

    Dear June7, Thanks so much! It worked now. It was previously set at 2 and 0",1" respectively.
  10. T

    Default value for field not appearing in Form. also, how to have the Default value for one of the field to "draw" from another related-table.

    the field is currently blank at the moment, so the field is NULL? it can't be a ZLS since it is a number? right?
  11. T

    Default value for field not appearing in Form. also, how to have the Default value for one of the field to "draw" from another related-table.

    noted. will remove numerals from now on. but even after renaming it without the "1", the above still didn't work.
  12. T

    Default value for field not appearing in Form. also, how to have the Default value for one of the field to "draw" from another related-table.

    as explained in the original post, the Analytical method has a default duration. So the Bio test usually takes 100mins for example. But after assigning the task to an analyst, in real time, things can happen and the actual duration may differ from the typical duration. Say for example, the...
  13. T

    Default value for field not appearing in Form. also, how to have the Default value for one of the field to "draw" from another related-table.

    In the row source query for the 1cboAnalyticalMethod control (in the Task_Detail_Add form), I added the Duration_of_test field from the Analytical_Method table as the fourth column (from the left). I unchecked the Show box. In the AfterUpdate event of the 1cboAnalyticcalMethod combo control, I...
  14. T

    Default value for field not appearing in Form. also, how to have the Default value for one of the field to "draw" from another related-table.

    which combobox should I put the above in, the combobox where I make my selection of Analytical Method? What does "Me" refer to? Do I need to change it to something else specific to my database, or is it a keyword in VBA?
  15. T

    Default value for field not appearing in Form. also, how to have the Default value for one of the field to "draw" from another related-table.

    [apologies that i posted this in Reports instead of Forms by mistake. But I do not know how to move or delete this thread.] Hi everyone, But before I describe the Current Issue, let me describe my database first (attached). (note: dummy data is fed into this database) Tables...
  16. T

    Solved Need help creating a query to calculate "Time Utilisation"

    thanks! i see how using a second query that references the first can achieve this.
  17. T

    Trying to create 2 similar records using a form and 2 subforms.

    Dear Pat, Thanks. I get what you are saying. I'll give it a try.
  18. T

    Trying to create 2 similar records using a form and 2 subforms.

    thanks for the warning. i'll keep that in mind.
Back
Top Bottom