Search results

  1. T

    DateFromServer and date replace module

    intStore = DCount("[id_amlyat]", "[form_amlyat]", "[date end] <=DateFromServer() AND [check_box] =True ") yes yes yes :D i try and try and try i change =-1 to =True and its working good in sql server the last =-1 its working only with mdb or accdb thanks for all freinds
  2. T

    DateFromServer and date replace module

    thank you for try with me but not working try again please? :(
  3. T

    DateFromServer and date replace module

    yes here is problems if i remove AND [check_box] =-1 Private Sub Form_Load() Dim intStore As Integer intStore = DCount("[id_amlyat]", "[form_amlyat]", "[date end] <=DateFromServer()+2 ") If intStore = 0 Then Exit Sub Else If MsgBox("found " & intStore & "title " & _...
  4. T

    DateFromServer and date replace module

    but the DCount not working its result all time =0 :confused: and MsgBox not working becouse the result not change Private Sub Form_Load() Dim intStore As Integer intStore = DCount("[id_amlyat]", "[form_amlyat]", "[date end] <=DateFromServer()+2 AND [check_box] =-1 ") If intStore = 0...
  5. T

    DateFromServer and date replace module

    Yes not same ! But please try to fix by sample please ? Or write the code after change the correct code
  6. T

    DateFromServer and date replace module

    please help
  7. T

    DateFromServer and date replace module

    or this Private Sub Form_Load() Dim intStore As Integer smsm = DLookup("MASARDATE", "MASARDATE") Dim smsm As Integer intStore = DCount("[id_amlyat]", "[form_amlyat]", "[date end] <=smsm+2 AND [check_box] =-1 ") If intStore = 0 Then Exit Sub Else If MsgBox("found " & intStore &...
  8. T

    DateFromServer and date replace module

    please help me to fix this code this is working with mdb database and date() i wont working in sql i try every thing is working great but the date() i wont change to DateFromServer() its not working Private Sub Form_Load() Dim intStore As Integer intStore = DCount("[id_amlyat]"...
  9. T

    please Add, Subtract, Multiply Integers

    please se this and how to do in example object
  10. T

    copy data between field and combobox Column (1)

    YES working very good thank you :)
  11. T

    copy data between field and combobox Column (1)

    hi in events how to copy data between field and combobox Column (1) example [field]=[Forms]![combobox].[Column](1) but not working and field to field working good [field]=[Forms]![field]
  12. T

    SQLDateAndTimeFromServer

    yes this is short and best for me thank you again :d
  13. T

    SQLDateAndTimeFromServer

    THANK YOU THANK YOU THANK YOU THIS IS MY CODE Public Function DateAndTimeFromServer() As String Dim db As DAO.Database Dim rs As DAO.Recordset Dim strSQL As String Dim Mssdate As String Set db = CurrentDb strSQL = DLookup("MASARDATE", "MASARDATE3") Mssdate = strSQL DateAndTimeFromServer =...
  14. T

    SQLDateAndTimeFromServer

    GOOD JOB YOU CAN HELP ME PLEASE COMPLEAT WITH ME SEE HERE I WONT USE THE QUERY RESULT SAME MSG TXT TO STRING I'M SORRY ABOUT MY POOR ENGLISH
  15. T

    SQLDateAndTimeFromServer

    Inside query masardate field content the date or text how to great this result string!
  16. T

    SQLDateAndTimeFromServer

    i great that this connection query now i have query in my access but how to great this result string !
  17. T

    SQLDateAndTimeFromServer

    where i put this :confused: step by step please
  18. T

    SQLDateAndTimeFromServer

    i wont date from sql server i well try all most code not working with me ?? please help me
  19. T

    SQLDateAndTimeFromServer

    arabic hijri date
Back
Top Bottom