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?
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?
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...
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...
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?
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...
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...
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...