D
Dib
Hi,
I am getting an error in doing this
I have a text box in a Sub Report and I am trying to get its value to a text
box on the Main Report
=[Reports]![Report2]![txtOutdate]
#Name error .
I tried in the code window on Report Formatt
I am using the DateDiff("n",txtInDate, me.Report2!txtOutDate) it gives an
error
DateDiff("n",txtInDate, me!Report2.txtOutDate) gives an error
DateDiff("n",txtInDate, Reports!Report2!txtOutDate) gives an error
DateDiff("n",txtInDate, Reports!Report2.txtOutDate) gives an error
I am using Access 2000 SP1
Please advice on what you think is wrong
Thanks
Dib
I am getting an error in doing this
I have a text box in a Sub Report and I am trying to get its value to a text
box on the Main Report
=[Reports]![Report2]![txtOutdate]
#Name error .
I tried in the code window on Report Formatt
I am using the DateDiff("n",txtInDate, me.Report2!txtOutDate) it gives an
error
DateDiff("n",txtInDate, me!Report2.txtOutDate) gives an error
DateDiff("n",txtInDate, Reports!Report2!txtOutDate) gives an error
DateDiff("n",txtInDate, Reports!Report2.txtOutDate) gives an error
I am using Access 2000 SP1
Please advice on what you think is wrong
Thanks
Dib