Hey there,
I was reading around and I found this forum. It looks like the replie to inquiries is very fast.
I would appreciate a little help. My knowledge in access is limited but I am very good at reverse engineering. I am using the MS Projects databased template. I modified it to my use. Anyway, the main form display a list of active projecs and when you open it you get the project details within this form you can see tasks.
On the Projects Details form, you see the project form and a second tab with a subform (task details)
I was able to display a count of records in the project details form like this:
=[Tasks subform]![Counter]
where Counter is just a field with =Count(*)
this works just how I want it. Now I would like to show the same results (=[Tasks subform]![Counter]) in another form Project List but can't seem to get it right
I was trying like:
=[Forms]![Project Details]![Total tasks]
where
Project Details is a form with a field named "Total tasks" with the function =[Tasks subform]![Counter])
any help is greatly appreciated
I was reading around and I found this forum. It looks like the replie to inquiries is very fast.
I would appreciate a little help. My knowledge in access is limited but I am very good at reverse engineering. I am using the MS Projects databased template. I modified it to my use. Anyway, the main form display a list of active projecs and when you open it you get the project details within this form you can see tasks.
On the Projects Details form, you see the project form and a second tab with a subform (task details)
I was able to display a count of records in the project details form like this:
=[Tasks subform]![Counter]
where Counter is just a field with =Count(*)
this works just how I want it. Now I would like to show the same results (=[Tasks subform]![Counter]) in another form Project List but can't seem to get it right
I was trying like:
=[Forms]![Project Details]![Total tasks]
where
Project Details is a form with a field named "Total tasks" with the function =[Tasks subform]![Counter])
any help is greatly appreciated