Search results

  1. A

    access report unshrinkable fields

    Gents/ladies i have report that has fields where i set the Can grow and Can shrink but always a big space exist between the intended no data fields and the next paragraph written in as label. When i click CTRL and ALL i see the paragraph was blocked by the unseen fields Please help me...
  2. A

    Access database in Sharepoint

    Gentlemen, I have an access database split between FE and BE. I am forced use Sharepoint as the platform for the BE. But i have problems in linking the FE and BE in Sharepoint. Anybody can help i appreciate. Thanks
  3. A

    Duplicate data in access 2013 report

    gentlemn, thankyou, but i solved my problem. Instead of copying from the form, i added the value with the population and it worked as a charm. :D:D:D:D
  4. A

    Duplicate data in access 2013 report

    hi again I forgot to mention that I was performing the population of data from the table to the form
  5. A

    Duplicate data in access 2013 report

    hi plog. thanks for the respone. the data was not based query but based on the data from a table that searched thru the columns as (2) or (3) are the columns number in a table.
  6. A

    Duplicate data in access 2013 report

    gentlemen, I have unbound fields that i used as "=[table].[column](3) " . i see the result in the form and they worked. But when i want to create a report from this unbound result as follows " Forms![main form]![field]. It doesnt show individual data instead it picked up the last saved and...
  7. A

    Report extract from subform field

    Hello, I have a continuous subform in a main form and Im trying to produce a report to only accept if one of the field of the subform data (field) equals " active" . How do write the code if i click the printing button.
  8. A

    Attachment field with no subfields

    Hi, its me, I found the fault, it is actually I didnt link the front end to the back end after the changes of adding the new field.
  9. A

    Attachment field with no subfields

    Gents, Im in a problem . I wanted to add a field of " Attachment" to an existing table an as usual, I entered field name " Attach" and the Data Type , I chose "Attachment". Then saved. Checked with the Datasheet view, there it is, tried to click on the field , the dialog box...
  10. A

    Hijri (Arabic) date to Gregorian date converter module ..

    Hi its me again. I still need help in this issue. Now when enter the greg date , the hijri says the same as i asked for a translation. for example: gredate = 01/07/2017 hijridate= 01 rajab 2017 to solve in an awkward way , i have to change the year to 2016 or any number...
  11. A

    Hijri (Arabic) date to Gregorian date converter module ..

    hi tamangspace, sorry it took so long, i was on vacation. I tried the way you mentioned again, sometimes it worked perfectly, but sometimes it came out weird date for example: Hejri date : 16/03/1438 the conversion came out as 3/05/96 its like its going backward counting...
  12. A

    Hijri (Arabic) date to Gregorian date converter module ..

    Private Sub OSPexpirydateE_AfterUpdate() Me.[OSPexpirydate] = StDteHijriOfStDteGreg([OSPexpirydateE]) End Sub When i input the gregorian date it typed in arabic the same gregorian date for example: Greg date : 1/1/2010 Hijri date: 1 muharram (محرم 2010
  13. A

    Hijri (Arabic) date to Gregorian date converter module ..

    Hi friend, I tried to do as you advised, I use the Afterupdate on the Gregorian field but it doesnt do anything to the Hijri field. Am i missing something Thanks again
  14. A

    Hijri (Arabic) date to Gregorian date converter module ..

    Dear Tamangspace , Thanks for the response, but as im new in this, can you tell me where in the module these codes to be inserted. Thanks again
  15. A

    Hijri (Arabic) date to Gregorian date converter module ..

    Hello, Im new here. I was reading gratefully a response from "hmushtag" on the conversion of Hijri to Gregorian and I really thanked him for that. I know it is little too late but , I was just wondering how can I change the code to convert the Gregorian to Hijrian...
Back
Top Bottom