P
pfm721
I have a database that is just an advanced lookup for prices. When a user
enters the part number it launches a new form with the price and the current
inventory. My users aren't familiar with access as a result aren't using the
database. My boss has asked me to add a counter just to count the number of
times that the Price/Inventory form is launched. I know that there is going
to be some easy coding for this, but I'm not familiar with writing VB code.
Becuase I have had some coding experience I can read it and alter to a
certain extent. My thought is that it will be something like this.
Text box on the form with a number in it (tboCounter), set so that it is not
visible.
OnLaunch - tboCounter=tboCounter+1
something like that. I know its really basic but any help would be greatly
appreciated.
Patrick
enters the part number it launches a new form with the price and the current
inventory. My users aren't familiar with access as a result aren't using the
database. My boss has asked me to add a counter just to count the number of
times that the Price/Inventory form is launched. I know that there is going
to be some easy coding for this, but I'm not familiar with writing VB code.
Becuase I have had some coding experience I can read it and alter to a
certain extent. My thought is that it will be something like this.
Text box on the form with a number in it (tboCounter), set so that it is not
visible.
OnLaunch - tboCounter=tboCounter+1
something like that. I know its really basic but any help would be greatly
appreciated.
Patrick