Hi there,
I am an Access Novice.
We have an Accuterm Pick/Basic Point of Sale System.
I have just worked out how to connect to it via Access (it came bundled with a Macro/Module which I simply copied)
I have a table with productcode and using these prod numbers I can "PICKREAD" other attributes from the POS system such as Prod. description, Cost price, stock on hand etc. which I also have as columns of my table.
I have a form where I have text boxes which have as their Control Source
= Pickread("ivmst",[productcode],3)
where "ivmst" is a library? productcode is a row in my table and 3 is an attribute of that library (in this case the prod. description.)
This works a treat and updates the relevant text boxes with the correct data although the results don't store in my table.
My question is this...Can I call this function from a Query or use it as criteria for my query...I have tried adding this into the criteria box of my query
pickread("ivmst",[productcode],3)
or
=pickread("ivmst",[productcode],3)
Is there something I am doing wrong when refering to this expression?
Any help or ideas will be appreciated.
Peter.
I am an Access Novice.
We have an Accuterm Pick/Basic Point of Sale System.
I have just worked out how to connect to it via Access (it came bundled with a Macro/Module which I simply copied)
I have a table with productcode and using these prod numbers I can "PICKREAD" other attributes from the POS system such as Prod. description, Cost price, stock on hand etc. which I also have as columns of my table.
I have a form where I have text boxes which have as their Control Source
= Pickread("ivmst",[productcode],3)
where "ivmst" is a library? productcode is a row in my table and 3 is an attribute of that library (in this case the prod. description.)
This works a treat and updates the relevant text boxes with the correct data although the results don't store in my table.
My question is this...Can I call this function from a Query or use it as criteria for my query...I have tried adding this into the criteria box of my query
pickread("ivmst",[productcode],3)
or
=pickread("ivmst",[productcode],3)
Is there something I am doing wrong when refering to this expression?
Any help or ideas will be appreciated.
Peter.