Search results

  1. M

    Sql problem in VBA

    hiya all I am having another problem only this time it is with SQL in a VBA call I hope someone can help 'MYCODE: Private Sub form_load() Dim unitSQl As String, groupSQL As String, deptSQL As String ''''''''''''''''''Unit''''''''''''''''''''' unitSQl = "SELECT tb_Main.Unit...
  2. M

    copying data from one table to another

    I am trying to copy email data from one table (exchange import) to my main table for each record I am using a system I set up for puting page numbers from the report into a table however for some reason I get the following error: The Microsoft Jet database engine does not recognize <name> as a...
  3. M

    "advapi32" lib

    This is my first post to this forum but after reading some posts I think you are a brainy lot hehe what I am in need of knowing is are there anymore variables within the "advapi32" LIB? I am using "GetUserNameA" to get the Login Name. but what I need to do is be able to detect what user acces...
Back
Top Bottom