Search results

  1. S

    Group

    Hi, i have a combo box that query a tabel to get the date's i chose from but she repeat the samedate if i have a 2 records with date 12-9-2005 i see 2 in the combo box ho i can join them to see only one date fron them
  2. S

    Monitoring A database

    i was thinkining in network logged user
  3. S

    Monitoring A database

    no my users do not use a user name and password for login
  4. S

    Monitoring A database

    hi, i have a network database accessed by multiusers and i need to have a report of log in user this day for example can i do this ????
  5. S

    Dial

    THIS IS THE CODE On Error GoTo Err_Command0_Click Dim stDialStr As String Dim PrevCtl As Control Const ERR_OBJNOTEXIST = 2467 Const ERR_OBJNOTSET = 91 Set PrevCtl = Screen.PreviousControl If TypeOf PrevCtl Is TextBox Then stDialStr = IIf(VarType(PrevCtl) >...
  6. S

    Dial

    Hi , i have a field in my users tabel call phone and i want to place a button that use this field value and dial it thru a modem cam i do this ????
  7. S

    Update Query Help Please

    hi, I Have a tabel with this fields ( Name , Compagny , Phone) in The Phone all phone numbers are like this follows +9613430619 And i need to change all records ( 6000 Record) To replace the 3 with 71 so any one can help how i can do this i did user this update query UPDATE Contacts SET...
  8. S

    Help Please

    when i do this query he tell me u will update 0 records UPDATE Contacts SET Contacts.MobilePhone = "+%%%71*" WHERE (((Contacts.MobilePhone) Like "+%%%3*")) ;
  9. S

    colore change

    sorry can i know more details im new in using access
  10. S

    colore change

    hi, i have a report will get the data froma tabel called tests in the test there is a 20 field every one have a value i need to cahnge the colre of the record if its (-) than the normal value and another colore if its (+) can i do this ?
  11. S

    Help Please

    Update Query Help please hi, I Have a tabel with this fields ( Name , Compagny , Phone) in The Phone all phone numbers are like this follows +9613430619 And i need to change all records ( 6000 Record) To replace the 3 with 71 so any one can help how i can do this
Back
Top Bottom