Using VBA in the past couple of months has definitely proven to be rewarding. However, I have run into a problem on which I need some assistance.
I have a situation where I need to get information from the current record in a form. Then take that information and write it to a table. Does anyone know how to facilitate this using VBA? My example includes taking the date completed from a record in my Work Order Table (the current record displayed in the form) and writing that date to another date field in another table (my triggers table).
Also does anyone know how to use VBA to make a query and a report?
Thanks
I have a situation where I need to get information from the current record in a form. Then take that information and write it to a table. Does anyone know how to facilitate this using VBA? My example includes taking the date completed from a record in my Work Order Table (the current record displayed in the form) and writing that date to another date field in another table (my triggers table).
Also does anyone know how to use VBA to make a query and a report?
Thanks