User Profile

Collapse

Profile Sidebar

Collapse
n3wkid
n3wkid
Last Activity: Sep 3 '14, 03:01 AM
Joined: Jun 1 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • n3wkid
    replied to Control textbox to load data
    sorry sir,..can you show me how to make it(code in vba)?
    i think i only need to make control textbox and assign the value after i create code for loading recordset so the form look such as datasheet.
    See more | Go to post

    Leave a comment:


  • n3wkid
    replied to Control textbox to load data
    Can we assign the value without bound in the form (assign the value with vba)?
    See more | Go to post

    Leave a comment:


  • n3wkid
    started a topic Control textbox to load data

    Control textbox to load data

    Dear All,

    I have question about control textbox.

    example,

    I have two textbox and have placed in the form(datasheet to show all table of data).

    design layout if i use control source on the form such as the mention below

    | number | status |
    -------------------
    | 1 | ok |
    | 2 | ok |


    but now there I want to make unbound...
    See more | Go to post

  • n3wkid
    replied to Convert to ADO from DAO Method
    Thank you so much... :)
    See more | Go to post

    Leave a comment:


  • n3wkid
    replied to Convert to ADO from DAO Method
    thanks so much..I waiting this..
    See more | Go to post

    Leave a comment:


  • n3wkid
    replied to Convert to ADO from DAO Method
    twinnyfo,

    I have face error..and I don't understand full to change it
    with ADO

    maybe you can totally re write if you want to help me?
    See more | Go to post

    Leave a comment:


  • n3wkid
    started a topic Convert to ADO from DAO Method

    Convert to ADO from DAO Method

    Dear All,
    Good Morning first.

    I have code in DAO Method such as
    Code:
    Function delete_tb(name_of_table)
    Dim rs1 As Recordset
    Dim db As DAO.Database
    
    Set rs1 = CurrentDb.OpenRecordset("SELECT MSysObjects.Name" _
        & " FROM MSysObjects WHERE MSysObjects.Type= 1 And MSysObjects.Flags=0" _
        & " and MSysObjects.Name='" & name_of_table
    ...
    See more | Go to post

  • n3wkid
    replied to Subscript out of range in vba
    I have change with your declare but new error show again in line

    Code:
    Option Compare Database
    Option Explicit
    Dim db As Database
    
    ----- cut code
    Private Sub show()
    
    Dim at As Variant, bb As Variant, url As String
    Dim bc As Variant, bd As Variant, be As Variant, j As Variant, bx As Variant
    Dim i As Variant, t As Integer
    Dim tbb As Variant, tb2 As Variant
    
    cut code
    ...
    See more | Go to post

    Leave a comment:


  • n3wkid
    started a topic Subscript out of range in vba

    Subscript out of range in vba

    Dear Master
    I face error in vba code ms access 2010.
    and message error is "Subscript out of range (9)"
    and normally I can't to solve this is.

    this the code
    Code:
    Private Sub show()
    Dim at, bb, url As String
    Dim bc, bd, be, j, bx As Variant
    Dim i, t As Integer
    Dim tbb, tb2 As Variant
    
    For i = 0 To 10
    Me("p" & i).Caption = ""
    Me("p"
    ...
    See more | Go to post
No activity results to display
Show More
Working...