Search results

  1. K

    Conditional Formatting

    I did a compact and repair and it reappeared. Strange...
  2. K

    Conditional Formatting

    Just created another rule. I can go back in and edit the new one but still don't see the other one?
  3. K

    Conditional Formatting

    I created a rule on one of my fields and it's working just fine. But I don't see the rule to edit it? I know the rule must be there because it's working. What am I missing... Thanks.
  4. K

    Run-time error 3048

    I do use DLookup
  5. K

    Run-time error 3048

    I get this error once in a while. Have to stop and restart the front end where I'm working. Run-time error 3048, Cannot open any more databases. Any ideas?
  6. K

    Check Box Query

    Could you give me an example? Are you using the wizard? Got it. Thanks!
  7. K

    Report Count

    I got it. Thanks!!
  8. K

    Report Count

    Yes. I see the problem. It works in the detail section but I need it at the end of the report.
  9. K

    Report Count

    I'm getting an #error?
  10. K

    Report Count

    I have a report that uses =Count that counts the records. Works fine but how can I make it count this? I have 7 records but need to count the other three too. Those happen to be on the same record. So, I want it to count those. So, below should be 10. Thanks.
  11. K

    Check Box Query

    I have a form with a check box that I use when I run a query. I'm able to pick off records that are true. I use it to run a report. How can I create a query that would un-check or make that field be false for all records that are true? I don't want to delete the record, just un-check the box...
  12. K

    Combine And Statement

    Got it.
  13. K

    Combine And Statement

    Thanks
  14. K

    Combine And Statement

    I see... Would it look like without the returns and breaks?
  15. K

    Combine And Statement

    Got it. Is there a way to combine it on one line? With And?
  16. K

    Combine And Statement

    How do I combine these into one statement? I'm getting a type mismatch error. If [Mtest].Enabled = True Then [Mexam4] = [Msample1] & ".PDF" And [Mexam5] = [Msample2] & ".PDF"
  17. K

    VBA Code

    Seems like the null or empty or "" is not working or proper.
  18. K

    VBA Code

    No, it seems to go by the first part and give me the Else. Even though Mssampleid1 is null or empty.
  19. K

    VBA Code

    What is the best way to state this? If [Msampleid1] = "" Then [Mlink2] = "#" & "\customers\" & LCase([Msampleid]) & ".pdf" Else [Mlink2] = "#" & "\customers\" & LCase([Msampleid]) & "-" & LCase([Msampleid1]) & ".pdf" Thanks.
  20. K

    Query Expression

    Perfect!
Back
Top Bottom