Search results

  1. mercwonder

    Insert Date From Calendar

    I have a form that has a date field. I have a button next to that field that opens another form that I've placed a calendar on. Is there a way to click on a date in the calendar and have it automatically insert the date into the date field on the previous form?
  2. mercwonder

    Automatic Date Entry Memo Field

    I have a memo field on a form. I am trying to autopopulate it when entered into. For example: I enter in clients info and then tab to the memo field and it automatically enters date and time. Then later when I go back to that same record to append to the memo field it adds the current date...
  3. mercwonder

    Query By Form

    I have a form that has a bunch of unbound fields on it. I have a query that is tied to the fields of the form. The purpose is the form is a filter and when you type something in it goes through the query and then creates a report. The form is not bound to anything. Is there a way to have a list...
  4. mercwonder

    Sequential Number created by a query URGENT

    I am trying to create a sequential number field in a query. I cant use an auto number for the fact that i am combining multiple tables. Any help with this would be greatly appreciated.
  5. mercwonder

    Form Check Box Query

    I have a form that has unbound check boxes on it. They are linked to a query. The query has the following script in the criteria section [Forms]![frmTEST]![Check0] This is set up so that when I put a check in the checkbox and press the control button it envokes the query. I have 6 boxes on...
Back
Top Bottom