A
Alain
Hi to all,
I am trying to use the ColumnHistory method but every time I alwasy get the
error 3075 syntax error ( missing operator ) in query .......
I have tried many different way to get the information but no luck;
ex1: me.text1.ControlSource = ColumnHistory("tblActionPlanned",
"OtherFutCancNotices", "IdBranch = 1")
ex2:me.text1.ControlSource = ColumnHistory([tblActionPlanned],
"OtherFutCancNotices", "IdBranch = 1")
ex3; me.text1.ControlSource =
me.Application.ColumnHistory([tblActionPlanned], "OtherFutCancNotices",
"IdBranch = 1")
I also tried the same syntax directly in the control source property of the
control and getting the same error.
Before I go insane , can anyone let me know what is the problem
Thanks
I am trying to use the ColumnHistory method but every time I alwasy get the
error 3075 syntax error ( missing operator ) in query .......
I have tried many different way to get the information but no luck;
ex1: me.text1.ControlSource = ColumnHistory("tblActionPlanned",
"OtherFutCancNotices", "IdBranch = 1")
ex2:me.text1.ControlSource = ColumnHistory([tblActionPlanned],
"OtherFutCancNotices", "IdBranch = 1")
ex3; me.text1.ControlSource =
me.Application.ColumnHistory([tblActionPlanned], "OtherFutCancNotices",
"IdBranch = 1")
I also tried the same syntax directly in the control source property of the
control and getting the same error.
Before I go insane , can anyone let me know what is the problem
Thanks