Search results

  1. G

    Auto emails from Access form

    Yes, Minty. Access will be running. pbaldy: I do not want this to run from Scheduled Tasks. Thanks for your replies.
  2. G

    Auto emails from Access form

    Can access send an auto email from the database at a specific day (Thursday ) and time ( 4 PM )? I have to send this email from the specific computer - without user intervention. Thanks for your help.
  3. G

    Sending email when a field data is changed

    I have to send an email when the data is changed in a specific field ( for example, a field data is changed from "Pending" to "Paid". Please let me know how to do this. Thanks for your help.
  4. G

    Input Mask Starting with Specific Letter

    I checked there but I do not find a solution to Start with a specific letter ( in my case A or T). Thanks for your reply.
  5. G

    Input Mask Starting with Specific Letter

    Hi, I have to add an Input Mask or force the user to enter in a specified format in a text field. The condition is, text should start with "A" or "T". The complete format is A-12345-67890 or T-12345-67890. Please let me know how to do this. Thanks for your help.
  6. G

    Page Footer in Access Report

    The user wants to avoid the extra step - saving and then opening. Thanks for the answer. I will go with this.
  7. G

    Page Footer in Access Report

    Report in PDF format Thank you, I figured out that I need to use sub report. I have another issue. Is there any way to open an access report in pdf format? I do not want to save and then open the report. Thank you.
  8. G

    Page Footer in Access Report

    Any help? Thank you.
  9. G

    Page Footer in Access Report

    Pease help me. I was able to create only 3 pages in access report. I am not able to go beyond 3 pages since the page footer is not moving down, means I am not able to drag it down. Am I doing something wrong here? It is a simple report of resume with only text boxes. My report comes...
  10. G

    Product Available and sold.

    Thank you for your replies Table: TblStock Fields: ProductCode, ProductAvaiable, ProductDescription Table: TblSales Fields: ProductCode, Customer, SaleDate Form: SalesForm with Recordsource-TblSales with the ComboBox for ProuctCode I wish to prevent the sales person to prevent...
  11. G

    Product Available and sold.

    I have TblStock with fields ProductCode (String) and ProdAvailable (Number). I have another table TblSales with ProductCode (String). I wish to check the record count of ProductCode in TblSales whether it is equal or less than ProductAvailable in TblStock. I wish to prevent...
  12. G

    Unbound Text Boxes in Report

    Thanks for trying. There is no error message, and not working.
  13. G

    Unbound Text Boxes in Report

    debug.print rst!PatientNumber show me the patient number "AS45362" Thank you
  14. G

    Unbound Text Boxes in Report

    Thanks, I moved my code to the details section format event, not working.
  15. G

    Unbound Text Boxes in Report

    Sorry, please read as they are not locked.
  16. G

    Unbound Text Boxes in Report

    No they are locked pbaldy. they are not locked. allow edits is set to true. But the report's control source is another query. Is that a problem? My company wont allow me to send the DB. Sorry for that and please understand me. Thanks.
  17. G

    Unbound Text Boxes in Report

    Thank you. No, they do not have control sources with = signs. Thanks for your help
  18. G

    Unbound Text Boxes in Report

    No, all 10 text boxes are unbound.
  19. G

    Unbound Text Boxes in Report

    Dear Sir, I have 10 unbound textboxes with the Tag Name "LoopID" in my report. I have to display the "PatientNumbers" field from the table tblPatient in those text boxes. Below is my code. When I run the report, I get the error message: Run-time error '2448.' You can't assign value to...
  20. G

    Displaying data Horizontally

    Thank you, I tried. Still it shows fields from top to bottom, not left to right. I changed number of columns to 4, row spacing 1", Column spacing 0.25", Column size 1", layout Across, then down. Please let me know where I am making mistake. Thank you.
Back
Top Bottom