M
melinda.chase
Hello,
I have a database that is designed to hold all of the correspondance
information for any given project. What I'd like to do, is have the
users type in job specific information in a form when they start the
correspondance database for a project. Then, the job info will
automatically enter itself on the RE: line of the letters and faxes.
How can I set up a form field to pull from a table other than the
source table. I'd rather not have to use subforms. I tried the
following VB in the OnOpen command.
Me.ProjInfo1 = Tables.ProjectInfo.ProjInfo1
But it gets hung up on Tables. Any ideas?
Thanks!
Melinda
I have a database that is designed to hold all of the correspondance
information for any given project. What I'd like to do, is have the
users type in job specific information in a form when they start the
correspondance database for a project. Then, the job info will
automatically enter itself on the RE: line of the letters and faxes.
How can I set up a form field to pull from a table other than the
source table. I'd rather not have to use subforms. I tried the
following VB in the OnOpen command.
Me.ProjInfo1 = Tables.ProjectInfo.ProjInfo1
But it gets hung up on Tables. Any ideas?
Thanks!
Melinda