Search results

  1. C

    SQL Statement

    Hi all, I am in the process of learning SQL and I am trying to automate a update query in SQL. I keep getting a invaild date error on my statment. Any help would be greatly appreciated Here is what I have so far: UPDATE tbl_referral INNER JOIN [Product Specialist Payouts Table] ON...
  2. C

    Update query date range

    Hello all, I have a table called table 1. I am trying to use a update query to update my data within a certain date range. Is it possible to build a form to send the date range to the query and if so are there any examples which I may look to learn from. Thanks
  3. C

    Question A table selection combo box

    Hitech, Thanks for the help. I have put together all my tables into one called tbl_referral for reporting. What I would like to do is build a text box that would save the time in a table when the user selects a option for a cbo. Example in the form i have 2 opitions pending and closed in a...
  4. C

    Question A table selection combo box

    thanks for the reply. Yeah the tables have the same data. What I am trying to build is a sales database that uses three forms. Form 1 allows a user to input data, form 2 allows a user to edit data, and form 3 will be a page to run reports. I want to have a table selection cbo, because I have...
  5. C

    VBA Code Examples

    Thanks for the code it works like a charm. I have a few questions is SQL easier to manage than access and do you have a suggestions as to where to learn the code?
  6. C

    EVE-Online

    I like that game, a first person view would be sweet
  7. C

    King-war online

    That looks like a cool game, do you know any other online games
  8. C

    New Access World Forums VIP Group

    Congrats everyone!!!
  9. C

    Please support these forums

    This place is awsome!!
  10. C

    VBA Code Examples

    Thanks for the website it is awsome!! I have a question, I am trying to make a combo box display tables from my current database. Do you know what vb funt would be the best to research? Thanks, Mike
  11. C

    VBA Code Examples

    Hello all Does anyone know where to find some good VBA or V-script tutorials or books. Also where to find easy to understand definitions of code.
  12. C

    Question A table selection combo box

    Thanks for the help. I was wandering are there any examples of building a form to allow a user to select a table which I may learn from? Thanks, Mike
  13. C

    Question A table selection combo box

    Hello All, I am new to access and I have been trying to figure out a way to do this. I am trying to build a combo box that would prompt the user to select a table and then apply the selected table to a report. Is that possible? For example the tables would be June Sales/ July Sales/ Aug...
Back
Top Bottom