Search results

  1. J

    "First Word" & chr(13) & " Second Word"

    Hi All, I have a text box. I want to display "First Word" and "Second Word" in two separate lines. If I use Chr(13), it simply adds a small box between the two words. Is there any way I can have them on two diff lines. Thanks in advance, Jatz
  2. J

    MIN in Row

    Hi All, In order to determine the minimum value for a field in a table, we can use MIN() function. BUT, is there a way that I can find minimum value in a particular row of a table. For Eg: I have 5 date fields in the table & for each row I want to display minimum of all these dates. Thanks...
  3. J

    Move or Copy Email by Drag & Drop on form

    Hi all, Is there a way that I can move or copy emails directly from Outlook to a form by using drag & drop? I know how to do for the files in explorer, but can't figure out how to do from outlook. Thanks, Jatz
  4. J

    The Expression On Click / On Load - Errors

    Hi All, I have a access code that is working fine on 5 machines. But when i try to run it on my 6th machine, I get all kinds of errors, such as : "The expression On Click you entered as the event property setting produced the following error: Sub or Function not defined" Similarly I am getting...
  5. J

    Opening forms directly (instead of Opening MS ACCESS)

    Hi All, Is there a way that when the user clicks on a database file, the form pops up without opening MS Access window. Thx, Jatz
  6. J

    Extract LastSavedBy information

    Hi All, Is there a function using which the "Last Saved By" attribute of a file can be determined? Thanks, Jatz
  7. J

    Windows Explorer on Form

    Hi All, Is there a way that I can view window explorer within a Form. Is it also possible to have Drag & Drop facility in that form. Thanks in advance, Jatz
  8. J

    Windows Explorer on Form

    Hi All, Is there a way that I can view window explorer within a Form. Is it also possible to have Drag & Drop facility in that form. Thanks in advance, Jatinder Kalsi
  9. J

    Windows Explorer on Form

    Hi All, Is there a way that I can view window explorer within a Form. Is it also possible to have Drag & Drop facility in that form. Thanks in advance, Jatinder Kalsi
  10. J

    Email table in text file format

    Hi, I am trying to email a table in text format using : DoCmd.SendObject acSendTable, "Table", acFormatTXT, , , , "Results", "Attached are the reslts" It sends the file in text file format, but it adds "-" & "|" characters all over the file. Is there a way that I can send the file in simple...
  11. J

    Calculating business days

    Hi, Is there any access formula that can calculate the net business days between two dates. Regards, Jatz
Back
Top Bottom