Search results

  1. J

    Solved 7 reports 1 or 2 buttons

    okay its not the prettiest thing, but its has the information I need.
  2. J

    Solved Removing pages in report with Module

    Hi, I know I have several problems I am working on at once, but each time a new one comes up it is more pressing than the previous one. Right now I am using the following code in a database...
  3. J

    Solved 7 reports 1 or 2 buttons

    Well, I have made a report with 7 sub-reports and it still asks for the date input 7 times and in the 2 different forms. Keep in mind each of these reports is based on a different query and each requires a date input. They only have a date in common but the dates are not linked in anyway. Is...
  4. J

    Solved 7 reports 1 or 2 buttons

    Ah, understood. I will definitely keep the tips in mind.
  5. J

    Solved 7 reports 1 or 2 buttons

    Ah ok, thank you for the tip. Just out of curiosity, why minimal height? What happens?
  6. J

    Solved Closing specific folders using VBA

    I have tried to go back again today and reference the information you provided in the attached link, however my company has restricted access to the vbforums site. I do not have microsoft products at home, so I am unable to really do much from there. So right now, I am at a complete stand...
  7. J

    Solved 7 reports 1 or 2 buttons

    I have honestly never done that or had a need to do that before. I will give it a try tomorrow while I am at work and see how it goes. Thank you for the suggestion.
  8. J

    Solved 7 reports 1 or 2 buttons

    I have the process I use for combining them with no issue. I am just lost on how to get them to pull the information to the reports using a single input.
  9. J

    Solved 7 reports 1 or 2 buttons

    Hi, I am curious if what I am trying/wanting to do is even possible. The usage of the following s for pulling up historical records. I have 7 reports and the only thing they have in common is the date of each report. 5 of the reports are date specific, and 2 of the reports are for the...
  10. J

    Solved Closing specific folders using VBA

    Thank you but this it appears the link you provided is referring to using shell commands. To my knowledge, which is limited these commands won't work in VBA, but I might be wrong. Please let me know if I am wrong. But thank you for the reply either way.
  11. J

    Solved Closing specific folders using VBA

    Hi, been awhile since I was on here. Right now there I am on the last part of my current project and I have no idea how to solve my problem. I have a specific Windows folder that I need to close when a button is clicked on a form. I have 0 code on how to accomplish this. Basically, a blank...
  12. J

    Delete before date that is continuously moving

    I will keep playing around with the ideas that have been presented here, but I took a look at my database and currently it is not very large just under 8MB, so not really that large yet. I am mostly looking at this for when the DB becomes excessively large and needs to be cleaned up. Who knows...
  13. J

    Copying all folders and files from one location to another

    Okay, after looking into this method of copyfolder and using that, it copies all the folders I need over, however it is renaming them to something I am not wanting. I am using the following: Private Sub Command35_Click() Set fso = CreateObject("Scripting.FileSystemObject") fso.CopyFolder...
  14. J

    Copying all folders and files from one location to another

    I have been scouring the web and forums and am unable to find anything to my issue. I am in need of a way to push a button on a form and have it copy all files and folders in one location and then essentially paste (generic MS term I know) them to another location. The only way I know how to do...
  15. J

    Delete before date that is continuously moving

    Well the only person that would be running this delete process would be me. But it would just simplify things considering I have several tables I have to run through.
  16. J

    Delete before date that is continuously moving

    I have been going around and around looking at this post for days. Actually all of the posts. a lot of focus seems to be on the length of time. The length of time I was using as an example was to allow for context was all. I have already checked for our time limits, I am just not authorized to...
  17. J

    Delete before date that is continuously moving

    Okay, I am not sure if this belongs in the table section, but it is dealing with the data of tables. I am looking for a way to click a button and have information from a table deleted if it has been in the DB for more than 3 years (not sure the time frame yet, but lets just go with that for...
  18. J

    Solved Multiple search criteria using queries

    okay, i think i figured this out after playing around with it. I am using the WhereCondition to apply the search criteria and allow it to open the report with only my selected search criteria. Thank you everyone that answered my plea for help.
  19. J

    Solved Multiple search criteria using queries

    I like what you did with this. I am looking at the code that you put in. I am trying to modify it so when you click search it will actually open the report to show the results. But I am finding out that it is not as simple as changing the openform to the openreport command. I really like when...
  20. J

    Solved Multiple search criteria using queries

    I understand what you have pointed out to me, but I am still stuck trying to resolve it.
Back
Top Bottom