Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. juliesmomma

    Date appears on first page but not following pages

    Thanks Knicks. I did check my spelling and it is correct. Sorry for the type-o in my thread. Before I did this thread I did find that I had a type-o in one of those fields but that didnt' fix the problem I'm having. Vic I did not have my Report Dialog form set to Modal. I did that but that...
  2. juliesmomma

    Date appears on first page but not following pages

    Let's see if I can answer all the questions. 1) Report Dialog is a Popup form. 2) On my Report dialog form, when I click the Run Report button, the first item of business is for the click event of that button is Me.Visible=False. I have code in my report for Report_Close() event to close...
  3. juliesmomma

    Date appears on first page but not following pages

    I have a parameter form (Report Dialog) where the user enters the date range in 2 text fields. In the header of the report I have 2 text fields for the date range. The From date field has this code: =[Forms]![Report Dialog]![txtFromDate] The Thru date field has this code: =[Forms]![Report...
  4. juliesmomma

    Date parameters not pulling all data

    That didn't work for me. I wrote an update query and fixed the dates so that they didn't have times. Worked like a charm. Thanks for your help!
  5. juliesmomma

    Date parameters not pulling all data

    I went back and looked at my table again. I clicked in the [Date] field and it IS capturing the time. I'll work on that and see if that corrects the problem. Thanks for pointing that out.
  6. juliesmomma

    Date parameters not pulling all data

    I have set my [Date] field to short date. In my query, my criteria for [Date] is Between [Enter From Date:] And [Enter Thru Date:]. I have had this same thing happen in several of my databases so I'm not sure what I'm doing to cause the problem. dhookom: I looked in my table and it is only...
  7. juliesmomma

    Date parameters not pulling all data

    I have a report based on a query with "Between to and from dates". I want to pull a report for May, 05/01/05 thru 05/31/05. I have records on 5/31/05. However, when I enter those dates in the parameter, I missing the records from 05/31/05. Why does it do this? Any info would be appreciated...
  8. juliesmomma

    Suppress Query Boxes

    Hey THANKS a million! That worked like a charm!
  9. juliesmomma

    Suppress Query Boxes

    I have macro to run several queries (update query, append query, delete query...). When it runs, the query prompts the boxes that tells you what it is doing. Is there a way to suppress those pop up boxes that tells you it is updating rows, appending rows, deleting rows....? Any info would be...
  10. juliesmomma

    Word Margins are not being saved

    Does anyone have any information on this? I would appreciate your input. Thanks!
  11. juliesmomma

    Word Margins are not being saved

    I have a user who designed and saved Word Documents. We installed a new PC. Using the same printer and same version of Word. Now, when the user previews and prints her documents, they are cut off on the left and bottom. I can view those same documents on my PC and they are just fine. Can...
  12. juliesmomma

    Report using totals query not calculating on report

    Thanks for your replies. I used the crosstab query and that worked like a charm. Thanks again!
  13. juliesmomma

    Report using totals query not calculating on report

    I am creating a report to calculate total number of patients per month and it will look something like this... April May June 1 1 9 I did a totals query where it counts where it is grouped by [Month] and counting Record# (CountOfRecord#]. The query calculates just fine. I get...
  14. juliesmomma

    Time parameter query not working

    Nevermind. I think I figured out what I was doing wrong. Thanks anyway.
  15. juliesmomma

    Time parameter query not working

    I have up a query to pull records between 7p - 7a (nursing shift with a date range. The one I wrote for 7a - 7p is working fine. On the Time field this is my criteria: >=#7:00:00 PM# and <=#7:00:00 AM# Why isn't this one working? I used this same criteria for the other query just opposite...
  16. juliesmomma

    Error when using afterupdate to populate

    Ok... I have done this several times with other forms but this one particular one is just giving me fits. I want to be able to choose a name from a drop down list and have the department populate for that particular person. This is the code I used. Me.Dept = DLookup(&quot;Department&quot...
  17. juliesmomma

    Update a combo box from a value in a text box

    It still isn't doing it immediately. It's not when it's a new record. I want it to update in the current record. Thanks for your help. Maybe it's just not possible.
  18. juliesmomma

    Update a combo box from a value in a text box

    That fixed the Null problem but I still would like it to update [Risk] while they are on the same record. It defaults &quot;Low&quot; in the [Risk]. They have the option of printing the form (report). If it doesn't update while they are on that record then it will have the wrong risk rating...
  19. juliesmomma

    Update a combo box from a value in a text box

    Ok that works but it doesn't update the field unless I exit the form or go to another record and then go back. Also, it won't let me do a new record without the message &quot;Invalid use of null&quot; because the value in [Points] hasn't been figured yet. You have been very helpful! Thanks...
  20. juliesmomma

    Update a combo box from a value in a text box

    chrissie1, I tried your code in the afterupdate event of the textbox [Points] but it still didn't work. Could it be that my form is based on a query that figures the total for the field [Points]? I'm grasping at straws. Thanks!

Part and Inventory Search

Back
Top