Search results

  1. B

    time convertion problem

    my prolem is about the texbox work time where i call the Function basMinsToHrMnSec to convert result to day:hour:Minutes any help please.
  2. B

    date converion

    in my attached sample i have 2 fields d2 for hijri-date and d1 for DateGreg. d1 is empty, i want update it evry field with the equivalent date of hijri-date. any help please. sorry for my english.
  3. B

    Dsum problem

    why my Dsum query not work i use his code total: DSum("[inv_amt]";"invoices";"[inv_no]<[inv_no]")
  4. B

    concatenate text field and money field

    i use this code for concatenate 2 fields in my report CODE =[name] & " - " & [price1] it works fine, my only problem is i can't see the symbol money in my texte boxe on my report like "book - 500.00$" any help. sorry for my bad english
  5. B

    Sorting Records in a Report

    why can'i use this module please
  6. B

    Printout -prints report and form - I just want report

    i use this code it work fine . my problem is if no data i got my form print as number of rows x2. CODE Private Sub cmdPrint5_Click() On Error Resume Next DoCmd.RunCommand acCmdSaveRecord Dim stDocName As String DoCmd.OpenReport "affichage", acViewPreview, WhereCondition:=" PrintYesNo = False...
  7. B

    print only last records

    I need the button to print any records that have not already been printed, even if this means you click on the button at 10am in the morning and then you might want to click on it at 12am the same day - the button just needs to pick up only the reports that haven't been printed before and print...
Top Bottom