Search results

  1. A

    Populate a text box with result of date range query

    Thanks! I will look into those and let you know how I make out.
  2. A

    Populate a text box with result of date range query

    Hmm...Not sure that is what I'm looking for. The example I gave was very simplified the actual dates and phrases are somewhat harder. I work for a Veterans service and I have to put in enlistment and discharge dates and list a war period for the veterans. Right now, I look at those dates...
  3. A

    Populate a text box with result of date range query

    Hello, I've been trying to figure this out and am probably overthinking it :banghead: my database has a text field that says "Period" I have a date field called "Entry" and a date field called "Exit" I want to write something that will populate the field "Period" with words to describe the...
  4. A

    Recurring Events via Allen Browne

    Okay, so I found out I don't actually need to store the recurrences in a Table (per the IT department at my job) so I'm using a query to view all of them, however, I hit a glitch. On my Event form I'm using two combo boxes to populate the fields of Client and Destination. The result of combo...
  5. A

    Query result of combo box

    I'm so confused I don't really know how to ask this... I'm using Allen Browne's Recurring Event database as a base for my database. I'm scheduling appointments. In the frmEvent I have a combo box (cmboClient) that brings up my clients and posts the resulting information to Client_Name...
  6. A

    Recurring Events via Allen Browne

    Sorry to be confusing, I meant I want the recurrences that you onky see in the subform to be stored in the tabke with the original event, i.e. th event occurrs every Monday, so all of those are stored in the table.
  7. A

    Recurring Events via Allen Browne

    I'm making a senior transportation database, and I need to schedule recurring appointments. I was pointed at Allen Browne's recur database, but the problem I have is that the occurrences only show in the subform, and don't appear in the tblEvent with the parent event. I'm not trained in Access...
Back
Top Bottom