hi all,
I'm new in access and I hope you can help me.
I have 3 tables: projects, items, items per presses and I have 4 forms: 1 for entering project name and pm name. in the second form I'm entering items for the project I've entered in form 1.
I'm using the code: =[Forms]![screen0]![Project_Name].
the code works and shows me the name of the project I've entered in form 1 in form 2, but when I'm entering the table itself in the project name I have blank where the project name supposed to be!
how can I fix that?
thanks!