Recent content by mercwonder

  1. mercwonder

    Insert Date From Calendar

    Thank you very much.. That will work
  2. 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?
  3. mercwonder

    Automatic Date Entry Memo Field

    When I tried, it didn't work it still keeps it highlited Here is the code I used: memo=memo & Now() & vbCrLf When I tab into the field it only leaves it selected... Any ideas?
  4. mercwonder

    Automatic Date Entry Memo Field

    Thank You That worked out perfectly, thank you. When It enters the date it is selected. Is there a way to have it enter the date and time and then return to the line underneath it? (Like hitting enter in word to create another paragraph.) ex. I tab into the memo field and it enters the date...
  5. 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...
  6. mercwonder

    Query By Form

    I made the record source tied to the query. However now when I run the query it brings all the records up regardless what I choose. It's as if the list box is just there for looks. Any ideas?
  7. 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...
  8. mercwonder

    Sequential Number created by a query URGENT

    I notice it's not going through any query. so, how would that work in my situation where all the other unbound fields are going through a query?
  9. mercwonder

    Sequential Number created by a query URGENT

    Query by form PLEASE HELP 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...
  10. mercwonder

    Sequential Number created by a query URGENT

    Now your the master genius...
  11. mercwonder

    Sequential Number created by a query URGENT

    There is one last thing I would like to learn from the Master... I am now trying to create a final count of that sequential column. In the Report Footer I have the following code in an unbound text box. =Count([Number]). "[Number]" is what I called the sequential column, but it doesn't work...
  12. mercwonder

    Sequential Number created by a query URGENT

    Your a genius!
  13. mercwonder

    Sequential Number created by a query URGENT

    one last stupid question... where do I set the default number to one. I dont see it in the property box.
  14. mercwonder

    Sequential Number created by a query URGENT

    Where is the running sum option located.
  15. mercwonder

    Sequential Number created by a query URGENT

    Just for a report
Back
Top Bottom