Jump to content

Help please

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
farzana

farzana

    Newbie

  • Members
  • PipPip
  • 10 posts
Hi all
i need a small help from my friends
i need a small account management program in vb6
like as account management and inventory control
some tutorials and examples and how i can add access(mdb) file
creating sales reports and benefits, stock reports,
input and search items

waiting or a good replay

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Why does it need to be in VB6, as opposed to any other language? Also, why Access, as opposed to a free database?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
farzana

farzana

    Newbie

  • Members
  • PipPip
  • 10 posts
no sir
i am biginer in vb6 caz i need learning somthing in vb6
no problem in a free database
thank you for you good replay

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Connecting to Access using ADO shouldn't be too hard. That said, you really need to do a lot of designing before you start coding. Sketch out what you want your screens to look like and what types of actions should happen. Once you've done that, actually getting the code working should be a lot easier.

It is almost impossible to write a program to do something vague. It is usually pretty easy to write a program to do something precise.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog