Calendar popup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,

i'm currently working on a access database project to record the number of
stock in per day, and number of stock left at the end of the day. i would
like to know if there's any method to create a popup in the calendar showing
number of quantity left for the day. thanks.
 
hi,

i'm currently working on a access database project to record the number of
stock in per day, and number of stock left at the end of the day. i would
like to know if there's any method to create a popup in the calendar showing
number of quantity left for the day. thanks.

You can use the MsgBox function to show user messages, if that's what you're talking about:

Msgbox "Your message here"

As to how you get the quantity left for the day ... that would depend on your database and table structure.

Scott McDaniel
scott@takemeout_infotrakker.com
www.infotrakker.com
 
Back
Top