Search results

  1. T

    Enter a date, add days from drop down, autofill another date box

    I have a form where the user enters a date into a field (box 1). Next they select a time frame in days from a drop down (box 2). What I want is for Access to take the date entered from box 1 add the number of days selected from box 2 and place the new (later) date into box 3. From there I can...
  2. T

    Combining query results

    Hello, I have 3 simple selection queries that return records with a currency amount. I need to combine the currency amounts into one text box on a form. If I use text box contol source =DSum ((DSum[queX],[currency amount])+(DSum[queY],[currency amount)+([queZ],[currency amount])) to...
Back
Top Bottom