Search results

  1. C

    Open External DB Form

    That did it. Thank you.
  2. C

    Open External DB Form

    What is the simplest way to open a form from an external DB? I know how to link tables, but I was wondering if I click a button, what would be the code needed to open a form from another DB. Any help is appreciated. Thanks, Brendan
  3. C

    Run-Time Error 3067

    Still no joy. Just keeps giving the same error.
  4. C

    Run-Time Error 3067

    STR_NUMBER is Text CHECK_BOX is Yes/No
  5. C

    Run-Time Error 3067

    boblarson, I tried what you suggested, but I still get the same run-time error: sqlString = "INSERT INTO tbl_Str_and_Signal_Temp (SIG_ID, SIG_NAME, STR_NUMBER, CHECK_BOX) VALUES([tbl_Engineering_Signal_List].SIG_ID,[tbl_Engineering_Signal_List].[NAME], '" & strNumber & "', 'NO') WHERE...
  6. C

    Run-Time Error 3067

    Hello, I'm not sure if this SQL is possible, but this is what I need to do. I have a form with two variables I need to use. With these variables I need to insert them along with values from fields in a table, based on one of the variables. Now, the table I need to insert into does not relate...
Back
Top Bottom