The company i work for runs many contrcution projects. Each project has its own database.
In each database there is a table with the project information including the following fields;
Project Name
Project Number
Because each project has its own database there is only i record in this table.
i want to create a form based on another table within this database but i want to have the form display the project name and number in a text box. i have no idea how to do this.... i have tried the following code in the control source but no luck....
thanks for any help.
Control source
=(
![project information].[file name])
In each database there is a table with the project information including the following fields;
Project Name
Project Number
Because each project has its own database there is only i record in this table.
i want to create a form based on another table within this database but i want to have the form display the project name and number in a text box. i have no idea how to do this.... i have tried the following code in the control source but no luck....
thanks for any help.
Control source
=(