Search results

  1. D

    SQL Connection string with VBA

    I have an application that I'm trying to finish in VBA, and as I've never written in it, it's a bit challenging to me. I've written some in VB but the syntax isn't the same between the two for some things. Essentially, here's the logic (or lack of) that I'm trying to accomplish with this task...
  2. D

    Posting a dataset to a SQL table

    I have an application that I'm trying to do the following 3 things on. When a user presses a button, another form is opened with a Union Group giving the user 3 options (1, 2, or 3) and when the user submits their choice, the form is closed and: 1. A SQL table is appended with the dataset...
  3. D

    Creating and appending a table

    I am relatively new to VBA (I have dabbled some in VB) and I'm trying to do a few things: 1. When a user presses a button, the dataset that is created is appended to an existing database called "Payroll" 2. When the user presses that same button, they are given a combo box that asks them what...
Top Bottom