[FONT="]I'm trying to combine 2 templates that have a Contact tables. I'd like to remove one of the tables and establish new table relationships, create new queries were needed and modify macros.
There are 2 problems;
- The first is changing look-up field "Assign To" to get "ID", "Name" for the current Contact table,
- On a Form, the second is change or modify the Event "On Dbl Click" Macro that opens another Form, "Contact Details". The Macro uses "Where Condition == "[ID]=" &[Screen].[ActiveControl] and I'm getting the error "missing operator in query expression '[ID='. I know what the new Screen object and ActiveControl property do, I've not used them before.
My thought is that if I correct the first problem I won't have the second. I need suggestions for the first problem.
By the way, the 2 template file names are:
TCI Tasks db.accdb
TCI Issue Tracking db.accdb
Thanks,[/FONT]
There are 2 problems;
- The first is changing look-up field "Assign To" to get "ID", "Name" for the current Contact table,
- On a Form, the second is change or modify the Event "On Dbl Click" Macro that opens another Form, "Contact Details". The Macro uses "Where Condition == "[ID]=" &[Screen].[ActiveControl] and I'm getting the error "missing operator in query expression '[ID='. I know what the new Screen object and ActiveControl property do, I've not used them before.
My thought is that if I correct the first problem I won't have the second. I need suggestions for the first problem.
By the way, the 2 template file names are:
TCI Tasks db.accdb
TCI Issue Tracking db.accdb
Thanks,[/FONT]
Last edited: