Search results

  1. M

    Force pop up form height

    I have a pop up form that likes to change it's height after I enter design view among other things. I've searched the webs, but can't find out strictly how to set my pop up form to be height X and ALWAYS be height X no matter what. Albert's reply here was the best answer I've found so far...
  2. M

    Sub Form - Combo Box list not populating according to the Main Form Control

    Try just [Subformname].Requery Edit, no scratch that. Just get rid of the "Me.". Alternatively, ignore my suggestions and look at this handy guide: http://access.mvps.org/access/forms/frm0031.htm
  3. M

    Sub Form - Combo Box list not populating according to the Main Form Control

    Sounds like you need to requery the combobox after you update the Client. On the After Update Event of Client on the main form, insert some code to requery the combobox on the subform.
  4. M

    Textbox grow and cover other objects?

    Hey, that's pretty neat. I think I'll use that if someone clicks on it, but for just hovering I wanted something a little cleaner. For now, I'm just going to hide the other controls on mouse over using this: Private Sub ActionTaken_MouseMove(Button As Integer, Shift As Integer, X As Single...
  5. M

    Site Issues ??!!

    I don't comment here often, but I'm beginning to wonder if I should find another site for Access help. Getting lots of sporadic issues...
  6. M

    Textbox grow and cover other objects?

    I've found some code that will let me have a textbox grow on Mouse Over. The idea being that I want to keep the textbox small unless a user mouses over it, and they can then see all of the textbox contents. I've got code that will change it back to it's normal size after leaving the textbox as...
  7. M

    Tapatalk

    For anyone else reading this, I want to note that Tapatalk's search function is absolutely terrible in my experience. Carry on.
  8. M

    Vehicle info/maintenance db

    Those aren't the actual field names. Wanted to describe them instead of list them and leave people confused. Desc is not used either.
  9. M

    Vehicle info/maintenance db

    Currently, I have 4 primary tables: VehicleMstr MaintMstr FinanceMstr PartsMstr VehicleMstr contains all of the basic car info i.e. Model Year, Make, Model, Owner, Purchase Mileage, MPG. MaintMstr is used to record all maintenance items i.e. Maint Type, Desc, Hours, Cost, Mileage Performed...
  10. M

    Vehicle info/maintenance db

    Their vehicle maintenance data model is pretty robust; probably too much so to manage only a few cars, but it's a good reference.
  11. M

    Vehicle info/maintenance db

    Does anyone know where to find a free access db that stores information on vehicles from general info to maintenance? I'm in the process of making one for myself, but wouldn't mind seeing what others have done. :) Edit: this will be used at home to manage a few vehicles
  12. M

    Unable to modify pivot tables/charts

    As far as I know, holding down shift prevents VBA and "Autoexec" macros from running. Check for those. I don't know how that would related to a pivot table though.
  13. M

    Compact and Repair on Close Property

    There are no risks that frequent and timely backups can't mitigate.
  14. M

    White space in datasheet view

    The Overlapping Windows setting didn't make a difference. Thanks for the other suggestions. I will look into these if the user decides they just can't stand the white space.
  15. M

    White space in datasheet view

    I've adjusted sizes and every other property I can think to, but the datasheet form still wants to stretch on and on which produces an undesirable user experience.
  16. M

    Can Access 2010 work with Mac or Other O.S?

    no offense, but i think google would serve you better in this scenario
  17. M

    hide extra columns in datasheet form

    Yep. Can't find anything on this. These guys are the closest I've found to my situation.
  18. M

    White space in datasheet view

    Hard to believe it isn't a built in form property, but I may be unaware of some grand design reasoning for that. Either way, thanks for the help. Edit: since we're focused on vertical, does anyone have a solution for this problem when scrolling horizontally? See image.
  19. M

    hide extra columns in datasheet form

    The resurrection. I am having this issue as well.
  20. M

    White space in datasheet view

    Thanks, that might be what I have to do. When you say reduce the size, what do you mean? Can I simply tell the form to eliminate all space below the add record sign? I'm actually more concerned with the horizontal scrolling form, for which I did not paste a screenshot.
Back
Top Bottom