Search results

  1. R

    Creating a master report

    Is is possible to combine two unrelated reports into one master report? If so, what is the best way to do it? rbrule
  2. R

    Search tool shuts down Access

    Thank you I'll try it
  3. R

    Search tool shuts down Access

    Hello, I have a form with two subforms. The subforms are created from two queries. When I search the main form, Access shuts down after two searches, with no error message. It did the same thing when the subforms were based on tables. Does anyone know why this happens, and what the fix is?
  4. R

    Crosstab average of averages

    I have a crosstab query that shows the average product errors for each product each month of the year. Some products are not produced in certain months which leave null fields. The months with data show percentages of errors from 0.00% to 100.00%. I would like to have a summary column that shows...
  5. R

    Conditional Format code

    Thank you all, your responses will save me a lot of time and aggravation. Happy Holidays!!!
  6. R

    Conditional Format code

    Hello, I am trying to set up conditional formatting for a text box in a subform. the subform is in datasheet view the fieldname is [status]. I have entered the following code in the after_update property. I am looking for the background and text to change color under several different...
  7. R

    Automatically change default value

    I set the default value for the status field to "available" in the table. I was trying to have it change to unavailable when a date was input through the form. My intent is for the data to be saved in the table, not just show on the form, like a calculated field. I suspect that I don't have the...
  8. R

    Automation error

    When setting up macros, what causes an Automation error?
  9. R

    Auto populate field#1 if field#2 is null

    Can someone tell me the correct macro condition, item, and expression to populate field # 1 with a word if field # 2 is null and populate field #1 with a different word is field # 2 is not null?
  10. R

    Reference calendar

    Thanks rural guy, I should be able to get there from here. You have given me many options.
  11. R

    Reference calendar

    Thank you, I appreciate your help
  12. R

    Reference calendar

    Is there a way to insert a calendar on a form from which a user can select a Month year and day similar to using the calendar on Outlook or Lotus Notes to set up or view appointments or meetings?
  13. R

    Automatically change default value

    I have a table that contains two fields "status" and Date". I have set the status field to the default value "available". I would like the value of the status field to change to "not available" automatically when the date field is filled in. I believe I need a SetValue macro, but I have not been...
  14. R

    Criteria problem

    Thank you for your replies. We did what you both suggested, I reset my date format and created a calculated field to isolate only the date. However I still had the problem. It turns out that the date field was set as text instead of date and time. I was able to call up the data by adding either...
  15. R

    Criteria problem

    Hello, I have a query that I did not create, but I am now responsible for. My problem is that when I type a date into the criteria field to call up records I get no records. I know the records are there, because they come up when I take the date out of the criteria field, and open all records. I...
  16. R

    First and last dates in Report header

    Thank you, I appreciate your help
  17. R

    First and last dates in Report header

    Hello, I would like to put the first date shown in my query in my report header as well as the last date. For example the Header would read Report covering 1/5/06 to 4/17/06, and would automatically update depending on the first and last dates in the query. I used =First([date]) and =Last([...
  18. R

    Formatting the day of the month as an ordinal number

    Thank you for your help. I was able to solve my problem in the query that feeds the mail merge. I created another calculated field with an IIf statement that adds the suffixes. It was a simple solution, I don't know why I didn't think of it in the first place. Thanks again for your help, I...
  19. R

    Formatting the day of the month as an ordinal number

    Is there a way to format the day of the month as an ordinal number? For example instead of formatting the day as January 1, I would like to format the day as the 1st, 2nd, 3rd etc. day of the month. I need to do this in order to match the format of a contract that we want to use as a mail merge.
  20. R

    Include bound OLE object in mail merge

    Thank you, I didn't think it was possible, but I wanted to get another opinion to make sure.
Back
Top Bottom