Recent content by darnelleF

  1. D

    How to do a query between hours

    so i should but a labels on the form which will have the start date and end date cause im looking for something like [datefield] between 2017/02/02 12:00:00 AM and 2017/02/02 4:45:56 PM and each day it updates itself
  2. D

    How to do a query between hours

    So i am trying to write a function that will get the number of records between todays date and now, but its been failing Dim dbs As DAO.Database Dim rstBlock As DAO.Recordset Set dbs = CurrentDb Set rstBlock = dbs.OpenRecordset("select * from Customers where " & _ "AddedBy...
  3. D

    ODBC 3146 Error for Some Users

    awesome i was now able to pin point the error! ODBC Error 1062 [MySQL][ODBC 5.1 Driver][mysqld-5.1.46-community]Duplicate entry '\\******\****\******\****\289\0421B289_526-2015.pdf' for key 'indPath' the table its trying to update has a column called Path ( not indPath) i had to censor the...
  4. D

    ODBC 3146 Error for Some Users

    now i'm relatively new to this access and vba but i got a spectacular error vba 3146. let me tell you the basics | THERE ARE FOUR MACHINES CONNECTED TO THE SERVER VIA FILE DSN four users enter information via access 2007 to a MYSQL DATABASE out of these four users, one user cant use one form...
Back
Top Bottom