Search results

  1. T

    Is null is not null and then

    I have 3 different formulas and I am looking for help understanding what functions they are performing. I was able to translate each to a point but after that I am going to need some help; can you help me? IIf(IsNull(QRY_ReplaceOH_2![New/old 100]) And IsNull([Old/New]) And Not...
  2. T

    Interpreting steps

    SOLVED: Interpreting steps I am writing because I need help implementing the instructions below. Look further down this post and you'll see my interpretation of the instructions as well as the code I am trying to utilize. Instructions My Interpretation Here is the steps I took to...
  3. T

    Go to random records

    SOLVED:Go to random records I have a form named frmForm1 which is linked to two tables called tblTable1 and tblTable2; tblTable2 is linked to the subform while tblTable1 is linked to the main form. I have a command button on the form, when I click it I would like for it to jump to and/or...
  4. T

    The form comes out blank with no fields to enter data

    SOLVED:The form comes out blank with no fields to enter data When I try to create the form using the form wizard with the fields below ExpenseCategory ExpenseItem ExpenseDate Projected Cost Actual Cost The form comes out blank with no fields to enter data. Do you know why this...
  5. T

    Create combo box in Form to look up values in a table

    SOLVED: Create combo box in Form to look up values in a table I am trying to create a combo box on the form that will allow me to make selections from the ExpenseCategory and ExpenseItem fields (see below), can you tell me the steps to take in order to do that? I’ve been successful using...
  6. T

    Select numerical and random records then display together.

    SOLVED:Select numerical and random records then display together. I have two tables called tblTable1 and tblTable2. They are not linked and they both have two fields called ID and Memo. The data type for the Memo fields are memo. I would like to create a macro within the database that...
Back
Top Bottom