Search results

  1. L

    =Date() only works if I am logged on to Windows, why nobody else?

    =Date() only works if I am logged on to Windows, why nobody else? I have created a database and everything was going very well. Today I finished the database, and I was giving a presentation to some employees at work. When my boss opened my database on his laptop to test it, the very first...
  2. L

    Enter 01/03/2004 in textbox changes to 03/01/2004 and vice-versa

    I have a problem which I have tried to resolve in many ways with no success. To troubleshoot my problem with as little possibility of error as possible, I have created a form with nothing but a textbox. The textbox is unbound. I have set the format (Me.txtDate.format = "mm/dd/yyyy") and in my...
  3. L

    Problem with having all textboxes of a record the same height

    I am printing a report where it needs to look like a report that already exist. I can have the report look like a spreadsheet, that is not a problem. Here is the problem: One of the fields is textbox which I have set to "can grow" because I don't want to cut off the information, but this...
  4. L

    Need to print all subreports, must print NONE if there is no data

    I have read all the hasdata posts, but in each of the cases I have read, the problem was that they needed to print a message in the Main report instead of the subreport, I need to be able to either: 1) Print the subreport (because I still need the header if there are no records), and make the...
Back
Top Bottom