Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Elamranii

  1. Elamranii

    Crystal Report

    I'll post it. Thanks for your help. Ismail
  2. Elamranii

    Crystal Report

    I am sure I understand what you mean. Can you explain? Thanks Ismail
  3. Elamranii

    Crystal Report

    Hi, I want to link a crystal report to a database. Is it possible? Thanks in advance Ismail
  4. Elamranii

    Hyperlink

    I created a hyperlink that opens a PDF file which contains 5 pages. I would like to print only the first page. I put this code on "On Click": DoCmd.PrintOut acPrintAll, 1, 1, acHigh, 1, True But it's not working. Can anyone help. thanks in advance Ismail
  5. Elamranii

    Import a PDF File

    NO, but I will. Thanks Ismail
  6. Elamranii

    Import a PDF File

    Hi, Does anybody know how to import a PDF file (form W-9) to a database? Thanks in advance. Ismail
  7. Elamranii

    Date

    Sorry to reply late. I solved the problem using excel. Thank you all for you help. Ismail
  8. Elamranii

    Max Dates

    Sorry to reply late, I solved this problem by using excel instead of access. Thanks for your help Ismail
  9. Elamranii

    convert

    Sorry to repy late. Your suggetions worked. Thanks a lot Ismail
  10. Elamranii

    Date

    Hi, If I have the following table, How do I get the total of: 5/31/05 Minus 05/04/05 and 05/03/05 Minus 05/03/05 Period MEMBID ADMITDT DISCHDT Current 00927771301 05/31/05 Current 00927771301 05/03/05 05/04/05 Current 00927771301 05/01/05 05/03/05 Thanks in advance Ismail
  11. Elamranii

    Max Dates

    Hi, I have the following table. What I would like to show in the interval column is this: If current then: 5/26/05 Minus 5/20/05 5/13/05 Minus 04/29/05 If Prior then I Only Wish To See Max Of Prior DISCHDT in this case I would like to see 4/29/05. Table MEMBID ADMITDT...
  12. Elamranii

    .Requery

    Thank you very much
  13. Elamranii

    .Requery

    problem solved. Thanks. If you do not mind me asking, what does requery do?
  14. Elamranii

    .Requery

    I am getting this error message on this code: Compile error invalid or unqualified reference It does not like the word: .Requery Can anyone help Thanks in advance Private Sub Form_Timer() 'update the data so multiple users get latest data Dim CurrRecord As Variant CurrRecord =...
  15. Elamranii

    convert

    how can I convert a 97 excel macro to 2000 thanks in advance Ismail

Part and Inventory Search

Back
Top