Search results

  1. R

    No Minimize, Maximize, or resize

    Ok, this seems really lame to have to post this but in Access2007 none of my form or table windows have Mininize, Maximize, or the ability to resize. There is a Close X but nothing else. Being used to Access2003, I am used to being able to resize the windows or at least minimize them. The...
  2. R

    Drop-down updating to subform: 2007 different than 2003

    I have a form "clients" with a drop down box "company". On the form is a subform "f_company" that shows all the comapny details. My issue is updating or refreshing or requerying the subform if I change the company in the drop down box. When I made this in Access 2003 it worked more or less...
  3. R

    "error in loading DLL"

    I upgraded from Office 2003 to Office 2007. I have not been able to get Access 2007 to work right since the upgrade. When I try to use wizards (like combo box, or command button) I get the error "error in loading DLL". I looked in the forums and found the issue. The solution is to run these...
  4. R

    Upload a database to the web

    This seems like a basic question but I can not find a reference in the documentation. I have an Access database I have developed on my local computer. I have a webserver account on Godaddy. Is there a way I can just upload my databse files (tables, forms, reports) and run it from the web? How...
  5. R

    Adding from subreports: how does this work

    In previous post, the problem was how to add two numbers from two subreports in a control on the main report. The answer was given as using this syntax: =[time entries subreport].Form!Total_Labor+[Expense entries subreport].Form!Total_Expenses This did in fact work for me. But I have no idea...
Back
Top Bottom