Search results

  1. B

    Error message for something ive done 100x - help!

    I did what some suggested - making a new database and copying the objects over. Worked like a charm. Not only that, but it cut the size from about 2.5megs to about 400k. Very weird. Thanks for the help.
  2. B

    Error message for something ive done 100x - help!

    None are missing...... I'm also not using any modules
  3. B

    Inserting Dates Doesn't Work

    I have the EXACT same problem! Only mine is weirder - it worked properly for about 10months, all of a sudden now it just says #name ! I used =date() ...... I really need a fix for this!
  4. B

    Error message for something ive done 100x - help!

    I created a simple form, and it has a command button that makes a certain text box visible. In the onclick event, the code says me!startyear.visible = true startyear being the name of the textbox. Yet I get the error message : The expession On Click you entered as the event property...
  5. B

    Organizing controls on a report

    That is an excellent idea. I would imagine chr(13) would be the code for the next line, but it doesnt seem to work (gives me one of those "unsupported" boxes). What can I insert into that phrase to make it go to the next line? [This message has been edited by bpdavis (edited 07-11-2001).]
  6. B

    Organizing controls on a report

    I am creating a report where I would like one text control to line up at the bottom of the control directly above it. However, the control above it varies in height according to the can grow property. Is there any way to sort of 'join' the fields, so it will automatically move the bottom...
  7. B

    calculating days in year this far

    I need something I could place in a text box control to pull it up, can I use that somehow? It didn't work when I pasted it. [This message has been edited by bpdavis (edited 06-28-2001).]
  8. B

    Dsum - running sum?

    Ah, thank you so much. I didn't even know the recalc command existed. [This message has been edited by bpdavis (edited 06-28-2001).]
  9. B

    calculating days in year this far

    I am trying to calculate the number of days so far in the current year, I used the function datediff("d",1-1,date()) and its returning a number like 37069. What am I missing? Thanks!
  10. B

    Dsum - running sum?

    I have a subform that displays the hours worked for the last month, and I have a control that uses the Dsum function to display the total hours worked today. The problem is, it doesnt update itself whenever a record is added. How can i make this a sort of running sum? I tried doing a doing a...
  11. B

    Subtracting days from a date

    I would like to have a criteria in a query that would take todays date and subtract a number of days from a control on a form. I found a dateadd function but no subtract! ie, this would pull all records in last 30 days. Thanks!
Back
Top Bottom