I have a large table with nine consecutive access forms: Requestor, Scope Review and 7 different approval forms. The table must contain Requestor's name, dept, Ext and Pager.
My requestors want automatic population of dept, ext and pager. There are 586 possible requestors so "dept", "ext" and "pager" are from the "NamesSite" table indexed to the "InputTable" by "requestor" on query "qryInputTableA" for "InputForm".
I have not been able to populate the "dept", "ext" and "pager" fields in the "InputTable". DLookup on the table, on the query, on the form or the fields of the form didn't work. InsertInto didn't work. CopyTo doesn't seem to exist.
Does anyone out there know how I should proceed?
Thanks,
Imjay
My requestors want automatic population of dept, ext and pager. There are 586 possible requestors so "dept", "ext" and "pager" are from the "NamesSite" table indexed to the "InputTable" by "requestor" on query "qryInputTableA" for "InputForm".
I have not been able to populate the "dept", "ext" and "pager" fields in the "InputTable". DLookup on the table, on the query, on the form or the fields of the form didn't work. InsertInto didn't work. CopyTo doesn't seem to exist.
Does anyone out there know how I should proceed?
Thanks,
Imjay