Recent content by MeU&Us

  1. M

    Exception reporting after running a query

    i am using this query....... UPDATE Drugs INNER JOIN MedUpdate ON Drugs.GenericName=MedUpdate.GenericName SET Drugs.DrugID = [MedUpdate]![DrugID], Drugs.GenericName = [MedUpdate]![GenericName], Drugs.MedicineCategory = [MedUpdate]![MedicineCategory], Drugs.BrandName = [MedUpdate]![BrandName]...
  2. M

    Exception reporting after running a query

    same problem... the above code gives the number of records to be updated, not the actual updated records
  3. M

    Exception reporting after running a query

    i tried that too, no success.:-(
  4. M

    Exception reporting after running a query

    no... i just visited different forums to get to this code, and it works fine so far... and how to Use code tags(#)???
  5. M

    Exception reporting after running a query

    i am using this code, and it is giving me the error.......object variable or with block variable not set Private Sub UpdateMedic() Dim db As Database If Dir("C:\CFS\Update\Update_Medicine.xls") = "" Then Call MsgBox("Source File does not exist!" & vbCrLf & "Please Create a...
  6. M

    Exception reporting after running a query

    this gives me the following error object variable or with block variable not set
  7. M

    Exception reporting after running a query

    as far as delete and append query concerns, it works great, but for update query it doesnt show the desired result. it shows total update able records, but not the actual updated records.any ideas..........
  8. M

    disable shift key at startup!

    i ll post it, but once you have disabled it, and you dont have any control to enable it again, you simply cant enable it, thats what i guess..... any ways i ll post it for you, ...im at work now...
  9. M

    disable shift key at startup!

    i found the solution problem solved
  10. M

    disable shift key at startup!

    i found the solution problem solved
  11. M

    Exception reporting after running a query

    thanks, i ll give it a try,
  12. M

    disable shift key at startup!

    i have tried that too, no result, ........
  13. M

    disable shift key at startup!

    hi im developing database in access 2007. i need to bypass / disable the shift key at startup, thus not enabling the user to use the shift key and enable the navigation pane, default menu and access options. i have gone through all the forum, searched a lot, tried AllowBypassKey2kTo2k7...
  14. M

    Disable Shift Key

    hi im developing database in access 2007. i need to bypass / disable the shift key at startup, thus not enabling the user to use the shift key and enable the navigation pane, default menu and access options. i have gone through all the forum, searched a lot, tried the above given 2 solutions...
  15. M

    Exception reporting after running a query

    i am using this code to delete the records from table pls tell me how to implement the above described code into it,,,,or any other code Private Sub Command33_Click() Dim iResponse As String iResponse = MsgBox("You are about to delete all the Medicines record." & vbCrLf & "Currently there are "...
Back
Top Bottom