Search results

  1. C

    Parameter Query Question

    Is this close (Query1 result contains the record that I am trying to match on tblBuild which is from the user's input)? If (SELECT Query1.VIN, Query1.MDL_OP FROM Query1 INNER JOIN tblBuild ON Query1.VIN = tblBuild.VIN WHERE (((Query1.MDL_OP)=[tblBuild].[POPCD]));) = 1 (yes) Then Do Nothing...
  2. C

    Parameter Query Question

    Hi, I am casaler (Robert) and self taught in most Office programs. I do have a question (need help on) regarding using a user's input data on a form, and it doesn't match a record in a table, then convert it to "-" which is on the table. Suggestions? If need be, I could provide my database(s)...
  3. C

    New Member Intro

    Okay, thanks.
  4. C

    New Member Intro

    Hi, I am casaler (Robert) and self taught in most Office programs. I do have a question (need help on) regarding using a user's input data on a form, and it doesn't match a record in a table, then convert it to "-" which is on the table. Suggestions? If need be, I could provide my database(s)...
Back
Top Bottom