Recent content by blatty

  1. B

    Comparing Dates across Multiple Fields

    Thanks Bob, I need my access form to be able to perform the following: All projects follow an 8 step process to completion. Each step has multiple tasks that need to be accomplished before that step is complete. When a project manager estimates completion dates for a particular project he...
  2. B

    Comparing Dates across Multiple Fields

    If I have four date fields and I wanted to compare all four and then display the latest date in another field is this possible? Example: Fields are: Step1Date Step2Date Step3Date Step4Date OutlookDate Compare All StepDates (1-4) and find Latest StepDate OutlookDate = Latest StepDate...
  3. B

    Populate data textbox field when data is entered in a separate textbox field

    Epic... I had to switch it around to make it work for my example. Me.field2 = Me.field1 Thanks
  4. B

    Populate data textbox field when data is entered in a separate textbox field

    I'm a novice using VB in Access, but know enough that I need it to accomplish this feature. Any help with this would be greatly appreciated. table1 stores data for two textbox fields form1 contains both textbox fields field1 is blank (formatted as date field) field2 has dated entered into it...
Back
Top Bottom