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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top