Search results

  1. K

    lngLookup in multiple fields

    Not exactly what I'm looking for.
  2. K

    lngLookup in multiple fields

    I'm using the following code to check if a number exists. How can I change it so it looks in the other fields too? Other fields: Msamplenumber2, Msamplenumber3 and Msamplenumber4 Private Sub Msamplenumber1_BeforeUpdate(Cancel As Integer) Dim lngLookup1 As Variant lngLookup1 =...
  3. K

    Not Null Query

    Looks like Query4 did the trick. Thank You!
  4. K

    Not Null Query

    This is what I'm looking for... Seems like it's still not clear. Sorry. In my query, I don't want to see records that have ALL three fields with a value. If ALL three have a value in those fields, I do not want that record returned. All other combinations I want to see those records.
  5. K

    Not Null Query

    yes
  6. K

    Not Null Query

    Yes, that brings back records that have a value but I want to exclude those all from view if all three fields have a value.
  7. K

    Not Null Query

    In a query, how can I exclude all records where field1, field2 and field3 are NOT null? All three fields must have some value in it to be excluded. Thanks
  8. K

    Split Sorting

    Can you show me in the report? I still don't see it.
  9. K

    Split Sorting

    So, I would like the report to have the current month on top (ascending) and the rest of the data ascending. Some way to have them split if possible. Thanks!
  10. K

    Split Sorting

    I will have to create an example db with that data to send.
  11. K

    Split Sorting

    I run a report every month that shows me records that are due based on a due date. So, for next month, I will change my query to be <=4/30/22. The entire report is descending on the due date. Anyway to have the current month (April) be ascending and the rest of the report descending? Thanks.
  12. K

    Query Issue

    Perfect!
  13. K

    Query Issue

    Can this be created using the query wizard? I basically don't want to show any records where field1, field2, field3 are all blank. Attached is my data.
  14. K

    Query Issue

    Thanks for all the suggestions.
  15. K

    Query Issue

    I have a query that returns the following records. I would like it to show Field1, Field2, Field3 (no records where they are all blank and records where a value is in either field1 and/or field2 and/or field3) I'm using the query wizard but can't seem to figure out the correct sequence.
  16. K

    VBA Print Error

    But this does not give me the opportunity to select a printer?
  17. K

    VBA Print Error

    The report is already open to specific record, not sure that works here.
  18. K

    VBA Print Error

    And it's happening on a few other workstations too. Windows update? Virus protection update?
  19. K

    VBA Print Error

    Yes, I do have a default printer.
  20. K

    VBA Print Error

    I have a print button on a report. Just recently, I'm getting an error when I click the button. When I click it a second time, it prints just fine. Anyone experience anything like this? This just starting happening in the last week or so...
Back
Top Bottom