Heres something to take us into the weekend:
I'm creating a Diary facility. I have a Form which has a Calender and a text box on it. I've created a table which contains a Memo table and a date field. I haven't bound the Form to the table. Obviously the text that the user enters into the text box is saved into the memo field in the table etc etc.
When the user enters any notes on a specific date and then moves to another day on the calender, I want the notes to be saved so that when the user clicks on that day again, the notes pertinent to that day are displayed.
Can you call a query from code module? It's hard work trying to find the right section in the book! Any ideas...
I'm creating a Diary facility. I have a Form which has a Calender and a text box on it. I've created a table which contains a Memo table and a date field. I haven't bound the Form to the table. Obviously the text that the user enters into the text box is saved into the memo field in the table etc etc.
When the user enters any notes on a specific date and then moves to another day on the calender, I want the notes to be saved so that when the user clicks on that day again, the notes pertinent to that day are displayed.
Can you call a query from code module? It's hard work trying to find the right section in the book! Any ideas...