Search results

  1. R

    Need help writing IF code for text box

    I have a text box called "Approved" on frmPARQ that I am trying to write an event for and am having trouble. I've created a db to allow users to enter and store information off of paper forms. There are 10 check boxes on frmPARQ that are yes/no questions. There is also a check box called...
  2. R

    comma separated list in text box

    I'm not even sure what to call this problem... I have a form, that I've set up to do an email function. There are text boxes for [To:], [Subject:], [Body], and [Attachment:]. I am running a query that pulls names, emails, and dates pertaining to vaccinations. The query shows who's...
  3. R

    Form for entering dates to run reports by

    This is sort of a continuation of this thread -but I'm changing my approach. I've been trying to figure out Bob's advice of creating a form where users can enter a semester/year and run different reports based on the criteria entered on the form. I know in the previous thread I asked about...
  4. R

    User entering Date Range for a query with Sum function present

    Let's see if I can explain this situation effectively... I've been handed a database that is set up to track tutoring sessions of students. The original creator designed the database for 1 semester. I am trying to make it functional for x number of semesters. So here's my dilemma: I have...
  5. R

    IF statements

    I'm having trouble forming a multiple condition IF statement. Basically, I have 2 radio buttons with values of "option 1" = 1 and "option 2" = 2 which values are stored in field [CPR_option]... then I have 2 date/time text boxes "CPR_date" and "CPR_date_expires". I am trying to write a...
Back
Top Bottom