CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jorjie

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    4,147

    Re: Generate AutoNumber

    No I haven't set it to Autonumber, and I wanted to have a customized autonumbering.
  2. Replies
    4
    Views
    4,147

    Generate AutoNumber

    Public Function AutoNum(tbl As String, fld As String, frmat As String, midStart As Integer) As String

    Dim AutoNumRec As New ADODB.Recordset
    AutoNumRec.Open "Select " & fld & " from " & tbl &...
  3. Replies
    3
    Views
    876

    Re: inserting multiple records

    Sorry I'm new to this, where could I find your app?, Thanks for the reply
  4. Replies
    3
    Views
    876

    inserting multiple records

    Hey Guys I'm building this application for the user that they could append record to a table with another table which is the same table names and field names, The thing is, in the...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured