Search results

  1. U

    using sql in the code window

    Thanks, actually i will only be using access. I will have to pass a variable & based on that i will be executing a sql ... something like this .. Private Sub TXTnameMASTER_Click() Dim nn As String Dim iAffected As Integer nn = TXTnameMASTER MsgBox (" selected " & nn) CurrentDb.Execute...
  2. U

    An EXE file ?

    Thanks, but I need a bit more clarification. If I create an mde file does & if I store the database on a shared drive then will a user be able to modify the tables directly?
  3. U

    An EXE file ?

    so what is the function of the make mde option........... i mean if we cant make an exe of the application the why use mde?
  4. U

    using sql in the code window

    Hi , I am developing an application for a friend. I can only use ACCESS 2000. Please note that the entire application will have to be built in access. Now I need to embed sql in the vb code window how I am unable to do so. Please help
Back
Top Bottom