Recent content by WatchSteveDrum

  1. W

    Using Office 10.0 (XP) References in Office12 (2007)

    Thanks. I'm sure that would probably work. I don't really have time to try it out, since we solved the problem by just making everyone upgrade to 2007 to use the db:)
  2. W

    Using Office 10.0 (XP) References in Office12 (2007)

    Hey everyone, I did some research on the web and couldn't find anything, so hopefully the knowledgeable people around here might be able to help me? I'm running Office 2007, but I need to develop an Access database that will run on Access XP. For the most part, this hasn't been too much of an...
  3. W

    VBA to check if table, form, report exists in DB

    Thank you. This solved it. Forgot that tables and queries are in Application.CurrentData while forms and reports are in Application.CurrentProject
  4. W

    VBA to check if table, form, report exists in DB

    Ahh, thank you for posting this; this is exactly what I was looking for! However, I tried to implement it for forms, and I'm getting an "Object doesn't support this method or property" error message. Can anyone spot how I'm being stupid? Public Sub FillForm(FormName As String, ... ... Dim...
  5. W

    Split Form - Auto Hide "Form" portion

    Not a lot of answers, just some ideas... I know there's a "Split Form Size" control in the form's properties. Though I don't know if that will be able to control the layout in real-time. If it did though, you might be able to have the check box control that property and set it to the same size...
Back
Top Bottom