Search results

  1. 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]"...
  2. T

    please Add, Subtract, Multiply Integers

    please se this and how to do in example object
  3. 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]
  4. T

    SQLDateAndTimeFromServer

    SYSTEM SQL server 2014 MS access 2013 HI i wont connect by DAO to sql server database and run this query SELECT FORMAT ( GETDATE(), 'yyyy-MM-dd', 'ar-SA' ) AS MASARDATE; OR please help me to correct this Public Sub SQLDateAndTimeFromServer() Dim db As DAO.Database Dim rs As...
  5. T

    what problems !! Me_comm236_Enabled_True

    hi my friends i have form and some bottom i take it not allowed for some users i use case for that Sub Security(userLevel As Integer) Select Case userLevel Case 1, 3, 5 'view and edit Me.comm206.Enabled = True Me.comm236.Enabled = True Case 2, 4 'view only Me.comm206.Enabled...
  6. T

    Images in reports unclear and quality is very poor

    Images in reports unclear and quality is very poor all Images linked the result in report see the attachment please how to good quality image in report
  7. T

    hijri Date ! shortdate

    i found this In SQL Server 2012 you can use new function called format as the following SELECT FORMAT ( GETDATE(), ‘dd/MM/yyyy’, ‘ar-SA’ ) Result 16/08/1435 but where i paste that in sql database table ?
  8. T

    Please help 24 hours Me.AllowEdits

    please help me for this -------------------------------------- Private Sub Form_Load() Dim userLevel As Integer userLevel = Forms![Navigation Form]!txtSecurity.Value Call Security(userLevel) End Sub -------------------------------------- Sub Security(userLevel As Integer) Select Case...
  9. T

    Hello , I'm tanatif

    I'm tanatif, from jizan, ksa. I love MS Access. i wont learn with us in this access Castle the best place for Me. Thanks
Back
Top Bottom