I have an access database.
there is a table called leads. one of the records in that field has the name called another field has the name telemarketer.
I have a select query that finds all records in the leads table where field called = no and telemarketer = x.
There is a form based upon...
I want to put a button on a form that pops up a window to allow text entry.
the code will then append the text entered into a memo field in the database along with the current date and time.
I'd like to code to append it at the start of the memo field.
I have absolutely no idea how to do this...