Search results

  1. D

    VB code to display queries in a dialog box does not work

    I'm not sure if this is the best section to post in. I'm taking a class on Access and have a database with numerous Queries. One assignment calls for creating a queries dialog box, named frmQueriesDialogBox, to display all queries. I've done that and the dialog box displays all queries. The...
  2. D

    Suppressing printing of controls when control value is null

    I'm using Access 2007 and working on an assignment for a class on Access. One part of the assignment requires suppressing the printing of three controls based on a certain table when the PaymentID control value is null. The book gives a hint; it says, "Use the Detail section's Format event, and...
  3. D

    Displaying query records where field is null

    Hi everyone, my first post here. I'm taking a class on Access and I'm working on an assignment where one of the requirements is to create a query which displays only those records where a field, named PermitNum, is null, or empty, in a table named tblCitation. 8 records should be displayed. I...
Back
Top Bottom