I have a problem adding fields to a table using a combo box.
I have a bunch of project files that each need to be assigned a project manager. There are only 10 possible project managers. I want to enable it so that I have a combo box where I can select a project manager for each project file.
Eventually i want to be able to report of this dbase so that if i can show all projects under a specific project manager.
I have a projectmanger table with three fields F_Name, L_Name, ID
On the project_file table i have ID, File_Num
please help!
I have a bunch of project files that each need to be assigned a project manager. There are only 10 possible project managers. I want to enable it so that I have a combo box where I can select a project manager for each project file.
Eventually i want to be able to report of this dbase so that if i can show all projects under a specific project manager.
I have a projectmanger table with three fields F_Name, L_Name, ID
On the project_file table i have ID, File_Num
please help!