Hi all,
I am having a problem with a PO database. I am trying to create a field that auto generates a PO line number. I have create a module (given in microsoft office help). When I try to use this function in a text box on the sub form I get an error " the object doesnot contain the automation object "Get Line Number" and #Name? is displayed.
the command in the control source is =GetLineNumber([Form],"ID",[ID])
ID being an auto number unique to the line item in the table.
Help please
I am having a problem with a PO database. I am trying to create a field that auto generates a PO line number. I have create a module (given in microsoft office help). When I try to use this function in a text box on the sub form I get an error " the object doesnot contain the automation object "Get Line Number" and #Name? is displayed.
the command in the control source is =GetLineNumber([Form],"ID",[ID])
ID being an auto number unique to the line item in the table.
Help please
Comment