Search results

  1. S

    Am I on the Right Track

    This is pretty hard to explain in just a few words. I studied database design for an entire semester at school. It was complete with a 300 page textbook on the subject! But I will give it a try. One way to approach this is to model your tables after the situation. First try to find each of the...
  2. S

    Multiple docmd.runsql update queries not updating all tables

    Hehe That doesn't surprise me! Just try try to convince my supervisor!
  3. S

    Multiple docmd.runsql update queries not updating all tables

    Thanks Hi Tech. That did the trick! So there was a delay in writing to the cache? That's why it seemed like the code was running "too fast" to update the table?
  4. S

    Multiple docmd.runsql update queries not updating all tables

    I have a rather odd problem. I am importing an Excel into an Access database and then updating 2 tables from it's data. I'm doing it by using a series of DoCmd.RunSQL statements as shown below: Dim msgboxResponse Dim strSQL As String msgboxResponse = MsgBox("Are you sure you want to update...
Back
Top Bottom