very basic stack implementation on ms access with VB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • questionit
    Contributor
    • Feb 2007
    • 553

    very basic stack implementation on ms access with VB

    Hi Experts

    I need to write a small stack very basic program. It will only do the following:

    - pop item
    - push item
    - count number of items in stack

    But difficulty i have is how to implement it using Ms Access - form ?

    Can anyone please give me quick help ??

    Awaiting
    Thanks
    Umer
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    Originally posted by questionit
    Hi Experts

    I need to write a small stack very basic program. It will only do the following:

    - pop item
    - push item
    - count number of items in stack

    But difficulty i have is how to implement it using Ms Access - form ?

    Can anyone please give me quick help ??

    Awaiting
    Thanks
    Umer
    From a visual display point of view on a form you could use a listbox.

    For the code have a look at the following website.

    Comment

    Working...