Search results

  1. S

    Regain focus of parent form

    Hello.. my problem concerns 4 forms.. I have a form (form 1) with many records... If you click on one of them, a pop-up form (form 2) opens with that records details. This form has a button that opens yet another pop-up form (form 3) .. Again, this form has a button that opens another form...
  2. S

    Accessing a table in VB

    Thank you thank you thank you !!! I've been struggling with this this for quite some time now!! this will help me LOADS.. Thanks a million :)
  3. S

    Accessing a table in VB

    I'm using Ms Access.
  4. S

    Seeking suggestions for program design

    Thanks.. I'm downloading it now.
  5. S

    Accessing a table in VB

    Thanks.. that will work ;) But what if I needed to access a database in VB? Because I think I want to do that in other parts of my code... how do I do that?
  6. S

    Seeking suggestions for program design

    The more I think about it, the more complex it seems... though at first I thought it was do-able in 2 weeks :/ actually.. I never created an access application before... that is why it took me more time than expected to get things together (almost 2 weeks now).. plus I haven't programmed for a...
  7. S

    Seeking suggestions for program design

    hehehe ... I know.. my company is already working on that... but it seems that it'll will be a lengthy process and they need some sort of simple application to help them with their records at the moment. I'm not going to create anything complex.. they might only use this for 6 months..
  8. S

    Seeking suggestions for program design

    Hello... I am currently working on a simple Accounting Application. It will basically keep a record of the company's accounts and their balances, as well as allowing the posting of journal vouchers (debits and credits). Having that as the 'input' side, there will also be reporting mechanisms...
  9. S

    Accessing a table in VB

    Hi... How can I access a table's information in VB? I am currently working on a simple accounting application using Access. What I'm trying to do now is adjust the number format of a textbox depending on the currency selection of the user. I created a currency-list table that stores the...
Back
Top Bottom