Search:

Type: Posts; User: josefroyadvincula

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    519

    Re: accounting linking

    Uhmm... Could you give more details about what you are trying do?
  2. Re: How to make textbox generate random account number for database

    Hmmm.. I don't think I explained that one very well.. Sorry.. So here I go..

    I'm trying to make a customers database. Whenever I click new on the main form, a second form pops out where you'll...
  3. How to make textbox generate random account number for database

    I can't figure out how to code this.

    What I want is for a text box to generate a random number for an account number database field every time i click the new button. The text box will search the...
  4. VS 2010 Re: How to transfer text from a textbox into a word document

    Did a little more searching on the net, and this code worked for me. Placed it on Button1


    Dim oWord As Word.Application
    Dim oDoc As Word.Document
    Dim oRng As Word.Range

    ...
  5. Re: Index or primary key cannot contain a NULL value error

    thanks techgnome! I didn't notice I was missing the id_number! :D :D :D :D :D
  6. [RESOLVED] Index or primary key cannot contain a NULL value error

    I'm trying to enter data on my WhiteFormData.mdb using this code


    Imports System.Data.OleDb

    Public Class Form1

    Dim ds As New DataSet()
    Dim intCurrentIndex As Integer = 0
    Dim...
  7. VS 2010 Re: How to transfer text from a textbox into a word document

    Thanks, striv90! :thumb:

    I forgot to mention though that name and address is part of a template and not something VB would write, sorry. What I need is for the text in the textboxes to be entered...
  8. VS 2010 [RESOLVED] How to transfer text from a textbox into a word document

    I'm pretty sure there's been a lot of questions about this on the net, but please just excuse me I really find it hard understanding stuff that don't exactly fit my problem (still trying to learn a...
Results 1 to 8 of 8



Click Here to Expand Forum to Full Width