I am trying to create an alert in Vb.6 code that tells the user to make purchase since he has riched limit of the product

Recommended Answers

All 2 Replies

riched limit of the product

what does it sense?

You can create database with the columns:
1) product
2) minimun value
3) current value

Than you need to create procedure that will compare current value and minum value. If current value is equal or less then minimun value than send alert for the produvt that needs to be purchase.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.