Should be easy enough, it was working at one point in time but I changed some things around and its not working. I am trying to insert a value into a text field on the current record on the AfterInsert event of a form and it is not working properly. I have tried adding the field to the form and hidding it and then using:
me.textfield = "a"
method but this is not working. I see it on the form but it never saves the value to the record in the table. Any ideas on how I could do this?
Thanks!
me.textfield = "a"
method but this is not working. I see it on the form but it never saves the value to the record in the table. Any ideas on how I could do this?
Thanks!