Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ainemc76

    Error 3075 SQL statement in VB

    Hi SkipVought This still does not solve problem. I am a complete novice at this, this is the first time I've written/adapted VB. I am unsure what you mean by 'Can you run the assembled sSQL?'. Sorry! Thanx a mil :~/ %-)
  2. ainemc76

    Error 3075 SQL statement in VB

    Hi Still trying to debug the following code and getting error messages. Complies ok when I try to run it pops up error message. Can anyone help? Function AuditEditBegin(sTable As String, sAudTmpTable As String, sKeyField As String, _ lngKeyValue As Long, bWasNewRecord As Boolean) As...
  3. ainemc76

    Running SQL in VBA, Error code 3131

    Doh! thanks, 1 bug fixed millions to go!:-(
  4. ainemc76

    Running SQL in VBA, Error code 3131

    Hi I am trying to debug the following code and I get a Error code "run time error 3131 syntax error in 'FROM' clause" it looks perfect to me any suggestions. The code breaks on db.execute sSQL. Function AuditEditBegin(sTable As String, sAudTmpTable As String, sKeyField As String, _...
  5. ainemc76

    What is Status in VBA

    Hi Everyone, Thanks for replying. If it helps to see all the code in its entirety, you can view the code on this link http://www.allenbrowne.com/AppAuditCode.html and the 'step by step' function is on this link http://www.allenbrowne.com/AppAudit.html. I am adapting the code through access...
  6. ainemc76

    What is Status in VBA

    Hi Can anyone help, I am new at being a DBA and I am trying to adapt code for an audit trail in one on my DB's. I am getting a byRef type mismatch error on one of the lines. I know I need to declare what status is but I don't know what status is!! Here is copy of code: Option Compare...

Part and Inventory Search

Back
Top