Search results

  1. A

    DateAdd Feature

    I have a field [VerbalDue]. I have used the DateAdd function to caluculate the date; however I also want the user to be able to manually change the date. Control Source for Verbal Due..... =DateAdd("y",+7,[FileStart_D]) Is this possible? Thanks!!!!
  2. A

    Open a Form to New Record

    I have a command button on the main screen. I want it to open a form and automaticaly go to a new record. Presently it opens 1 of 15 and you have one more step of clicking "new record" Any help available would be greatly appreciated. Thanks.
  3. A

    Querry/Report...Multiple Criterion...Help!

    I have attached the file I am speaking of to hopefully explain what I am trying to accomplish. I have a form [frmBroker] on this form there are 11 steps that are checked off as they occur. Begining with [FileStarted] and the last being [PrintBindSend]. We want to run a report that will show...
  4. A

    Query...DateAdd...Parameters

    I have a form that has two fields...Start Date and Verbal Due. Verbal date uses the DateAdd feature to make it seven days following the start date. I need to run a report on "Verbal Due" dates and set a date parameter. However, when the date is calculated in the form and put in the verbal...
  5. A

    Auto Populate Fields

    I have a table - tblBroker and I also have a table - tblClient. From the Broker Form I have a drop down box. The options in the drop down include "office name, contact first name, contact last name, Adress, etc.". I want the office name, first name, last name, and address to automatically...
Back
Top Bottom