Search results

  1. L

    Conditional Formatting in Multiple Record subform

    Sorry, I did forget the file. I working on something else that is blowing my mind. I might make a post on it in another thread. Heres the file that I believe you zipped to make it small enough to upload. I still would like to know how you did that.
  2. L

    Conditional Formatting in Multiple Record subform

    Hello, I have a subform that has two sets of Yes No checkboxes. The second set of checkboxes doesn't need to be used unless there is a tab reference in the record. My wish is to have the boxes set that you can only check yes or no, not both. The other wish is to have the checkboxes disappear...
  3. L

    Creating a Form and Report from Multiple tables

    Thanks, Micron. I'm not sure how you did that, but thanks.
  4. L

    Creating a Form and Report from Multiple tables

    Yes, it's still 4.03 MB
  5. L

    Creating a Form and Report from Multiple tables

    Is there any service or site you do trust? The database is over 4MB zipped. I agree I need to take the bulk out of it and would love to approach this more professionally, but I can't risk deleting anything without replacing it and testing its functionality.
  6. L

    Creating a Form and Report from Multiple tables

    Tried using this DLookup and getting the value for week 1 instead of week 3. Any advice. I think I need a "&" somewhere or missing quotes. =DLookUp("[TotActAcntPts]","[PointsQuery]","UserID = [TmpUserID]" And "WeekNumber =3")
  7. L

    Creating a Form and Report from Multiple tables

    This isn't the first time I have had criticism on the design of my database. This is my first time doing anything like this and although the design is not traditional, it is working well. I appreciate all the constructive criticism and would love to sit down with a few of you and redesign the...
  8. L

    Creating a Form and Report from Multiple tables

    I made the excel sheet manually, with no code or queries. I need to replicate that in a form for viewing and also as a report for printing in Access, not Excel. I don't need to edit it, just view and print. I would like a form version as I have with the reporting forms. Not sure how to grab...
  9. L

    Creating a Form and Report from Multiple tables

    Hello Guy's I have another challenge to accomplish and could use some help. I attached an excel document that mimics the form and report I need to create. (I made it pretty clear where the data was coming from). The data is coming from a few different places. Points table...
  10. L

    How to hide the Main Acces UI

    Sweet, looks great, Thanks
  11. L

    How to hide the Main Acces UI

    It is now opening in "Report View", but full screen. Is it possible to have it show like the other forms?
  12. L

    How to hide the Main Acces UI

    Hey Guy's, Thanks for all the help with this. I was able to get it to work and I really like it. The only problem is when I push the buttons to pull up the reports, the report comes up as a thin line across the screen. I can maximize it and then hit control P to print, but was hoping it...
  13. L

    How to hide the Main Acces UI

    I don't think I would want to hide the UI completely in the large database project I have, but I just wanted to give it a try in this little program I made. It's just a simple ledger program. Adding, Editing and printing. Very small, I thought it would be nice to just open the file, hit a few...
  14. L

    How to hide the Main Acces UI

    I am trying to decipher some of that code and it is very confusing. I was not thinking about using this in the database that you are familiar with, but another one that only has a few forms. The code you provided seems to be for every type of control in the access application. I was just...
  15. L

    How to hide the Main Acces UI

    I made this database and was hoping I could just open it and only see the forms pop up, no access UI. Is there a quick easy way to do this, or does it take tons of code?
  16. L

    Scroll bar not appearing

    I figured out the issue when I took a break for a bit. I came back and found it before I opened this. Thanks for everything. I do realize that this database is bulky, to say the least. It was my first time working with access and using VBA. I'm sure my next project will be much better. I...
  17. L

    Scroll bar not appearing

    I'm sorry guys about the Pop Out and Modal settings, but if I change them then I don't see the problem with the scroll bar not appearing. There is always a scroll bar in the regular view, so you don't know if it's not showing or not. I need to keep it the way it is meant to function in order...
  18. L

    How to show a running balance in my Grouped Report

    Never mind, I just figured it out. Works great, thanks so much.
  19. L

    How to show a running balance in my Grouped Report

    I am not familiar with the "Running Sum" property, or the "Over All" condition. Perhaps give an example or make the changes in the database and attach the updated file.
  20. L

    Scroll bar not appearing

    This is very aggravating. The weekly forms are all the same, with the exception of the data that may change. All the settings and properties are identical. With the user "Brian Kelly", it is only on the Monday form that the scroll bar does not show. All the other days the scroll bar appears...
Back
Top Bottom