Search results

  1. L

    Automated Paste in Windows 7 & 10

    The new DB will be used at another place and time and the last record may not be the one used. I just need to be able to paste that CustID in the Search box at this time. Thank you.
  2. L

    Automated Paste in Windows 7 & 10

    I have a program where the user clicks a button on the Customer screen that will send a record to another database in another folder on a shared drive. It also opens a dialogue box that asks them if they want to copy relevant records over to that folder. When the button is clicked, it copies...
  3. L

    Hidden Print on Reports

    Thanks for your quick reply. I set it to Screen Only and it does not show up on the screen. I moved it to the Detail section and got the same results. It shows when Always is selected.
  4. L

    Hidden Print on Reports

    I have a report that I would like to add a note to in the Header for the user. Is there a way to place it there and not have it print. I know Word has a hidden print feature. Does Access support this? I am using Office 365. Thank you.
  5. L

    Naming a PDF File

    Thanks for the added info. I will use it carefully.
  6. L

    Naming a PDF File

    I will try that. Thanks, again.
  7. L

    Naming a PDF File

    That worked. Thanks.
  8. L

    Naming a PDF File

    I have a form that is being filled in (Access 2013). When completed, the click event of a button on the form when clicked creates a PDF file using the following: START OF CODE DoCmd.OutputTo acOutputReport, "rptCustomer", _ acFormatPDF, "C:\Intake\PDFs\GetSignature.pdf" END OF CODE...
  9. L

    How To Query A Wildcard Character

    That was it. Thanks.
  10. L

    How To Query A Wildcard Character

    I am exporting Excel data from a website and importing it into an Access database. Certain entities within the data are marked with an asterisk (*). For example, *Jones, *Williams, etc. I need to identify these in an update query. In the criteria field I have used Like "*", Like "**", and Like...
  11. L

    Combo Box Select As You Type

    I have a combo box on a form. In the gotFocus Event I have Combo1.Dropdown so that the user gets a list of 20 records when they enter the box and before they start typing. I can get the first matching record to come to the top as they type. For example, I type "sa" and get sac, sad, sag, etc...
  12. L

    Count of 1

    This worked great. Thank you.
  13. L

    Count of 1

    I have a report that has a subgroup for each state with a Header and a Footer for each. In the Footer, I count the number of entities in each state and display that. START of CODE =Count([ProgramName]) & " Program(s) in " & [State] END OF CODE I have included the parentheses around the s in...
  14. L

    Online Programming

    Thank all you guys.
  15. L

    Online Programming

    In creating my own programs I have the freedom to do as I want. First, I would like to create databases that include employee data, patient data, demographics of both, tracking and billing for time involved in services provided to these people. Another project is for marketing services that...
  16. L

    Online Programming

    Can you use C# instead of SQL?
  17. L

    Online Programming

    Thank you for help. That gives me some direction.
  18. L

    Online Programming

    No. Just databases in general. I would like to be able to set up web sites so that I could manage the databases there. I now manage several Access databases in a medical setting but the need to leave the facility and access the data is growing. They are bringing in outside companies to do my...
  19. L

    Online Programming

    Thank you, Sir. I will check that out.
  20. L

    Online Programming

    My goal is to manage large databases.
Back
Top Bottom