Search results

  1. F

    Solved Concanetate according to date

    But the Field (descreption) is Empty my sir
  2. F

    Solved Concanetate according to date

    IF you mean simpleCSV ..Im tried with it but fail
  3. F

    Solved Concanetate according to date

    thanks Sir for replying..im trying several time but I can not pass the date into the function ..so I can concatenate the field (descreption) have the same date as shown in my demo thank you
  4. F

    Solved Concanetate according to date

    hi sir... I have table like Table1 have this fields i want concanetated descreption of cusName according to dates.. like this: thanks my Experts
  5. F

    Solved Arrange fields in Report

    thank you so much for your replying I found it by chance ..Not out of thought when I maked stacked for all textbox .. and then removed layout ..Everything went fine The spaces between fields with no value are gone Awesome access.. you're reading my thoughts:)
  6. F

    Solved Arrange fields in Report

    Hi Experts I know how to hide the fields that have no value in the report..but I don't know how to arrange the fields that have a value..I mean one by one without the hidden fields spaces Is there any suggestion? thank you so much my Experts
  7. F

    Solved The file size remains the same after compression

    I think I understand now...thank you So much
  8. F

    Solved The file size remains the same after compression

    yes I did but the same size
  9. F

    Solved The file size remains the same after compression

    thanks Gasman for replying what you mean about (repeating characters in the file)
  10. F

    Solved The file size remains the same after compression

    Hi Expert.. when i make encrypt password to my database..the size remain the same when i compressed with WinRar is there any advise thank you
  11. F

    Solved loop without do

    thanks,its solve it
  12. F

    Solved loop without do

    hi experts.... Can anyone tell me why I get an error message "loop without do"? for this code Do While Not rs2.EOF For j = LBound(MYarray) To UBound(MYarray) If rs2.Fields("ISSUE").Value = MYarray(j) Then store = store & "," & rs2.Fields("ENGINEER").Value...
  13. F

    Solved Subtraction from the continuous form

    thank you so much sir im writing the same code but i mistake in else statement thank u again
  14. F

    Solved Subtraction from the continuous form

    this is an example of my database
  15. F

    Solved Subtraction from the continuous form

    when the user open the form ..its appears the whole invoices of customer(1) which not pay them when the user recieve some of payment in txtPayment ..its subtract from each invoice as shown in figure
  16. F

    Solved Subtraction from the continuous form

    thanks theDBguy for replying but I dont know how can I used it
  17. F

    Solved Subtraction from the continuous form

    Hi Experts.. I have a continuous form representing customer invoice amounts When I receives a certain amount, its subtracts the amount of each invoice ... and the rest represents the remaining amount of the last invoice as shown in attachment any advice plz
  18. F

    Solved convert Row Fields From horizontall To vertical

    its perfect...thank you June7
  19. F

    Solved convert Row Fields From horizontall To vertical

    thank you plog for your reply this my simple database.. How can I do it plz
  20. F

    Solved convert Row Fields From horizontall To vertical

    Hi EXPERT.. its possible in Excel..but I have no idea how can do it in access I have this table and I want it like this im thinking about crosstab.. but no have idea how to do it thanks for all
Back
Top Bottom