C
Cururacao Access User
I'm creating an inventory system. I want every item that is sold to be
created in an "inventory table", which contains the "date of transaction",
the "qty sold" etc. In the form only the description of the item is
mentioned. This description is in the article table, together with e.g. the
artcode.
As I'm new with VBA, I do not know how to reference this article table in my
code. I'm mentioning the table ii'm using n the form but I do not know how to
get the artcode from the art.table.
How do I reference this art.table in my code?
Thanks in advance.
Curacao user
created in an "inventory table", which contains the "date of transaction",
the "qty sold" etc. In the form only the description of the item is
mentioned. This description is in the article table, together with e.g. the
artcode.
As I'm new with VBA, I do not know how to reference this article table in my
code. I'm mentioning the table ii'm using n the form but I do not know how to
get the artcode from the art.table.
How do I reference this art.table in my code?
Thanks in advance.
Curacao user