Search results

  1. W

    Displaying records that have a null value

    Thanks, much appreciated! I had been trying just "IsNull", no space in between. ^^;
  2. W

    How to suppress printing of certain controls?

    I believe this has something to do with using VBCode... I need to suppress the printing of certain controls that are based on a table when one of the controls is null. My little access book gives me this much: "Hint: Use the Detail section's Format event, and use assignment statements similar...
  3. W

    Displaying records that have a null value

    I'm trying to get a query to display only the records that have a null value in a certain field. I know this has something to do with the Nz function, but I can't figure it out.
  4. W

    Forms created from starting a new Switchboard

    Thank you! This worked perfectly.
  5. W

    Forms created from starting a new Switchboard

    This is probably elementary, but I'm entirely lost. Here's my issue: As most of you probably know, when first creating a switchboard in a database will automatically create a form based on it. Somehow I managed to delete that form, and have no idea how to make a new one with the same default...
Back
Top Bottom