User Profile

Collapse

Profile Sidebar

Collapse
TheIntern
TheIntern
Last Activity: Mar 19 '07, 07:30 PM
Joined: Oct 6 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • TheIntern
    replied to Access Project-Problem with VB code
    Well, I changed the code a little bit and now the value from the combo box is read properly.But still the list box is still not populating any values.Could somebody tell what could possible be wrong.
    See more | Go to post

    Leave a comment:


  • TheIntern
    started a topic Access Project-Problem with VB code

    Access Project-Problem with VB code

    hai,
    I am trying to create a simple form in access project with a combo box and a list box that populates the values based on the value selected from the combo box.My VB code is as follows.

    Dim Evar As String
    With Me
    fVisible = Not IsNull(.cbo) ----cbo is the combo box
    .lstAssets.Visi ble = fVisible ----lstAssets is the listbox
    If fVisible Then
    ...
    See more | Go to post

  • TheIntern
    replied to composite primary key...
    ??????????????? ??:(...
    See more | Go to post

    Leave a comment:


  • TheIntern
    started a topic composite primary key...

    composite primary key...

    I have two fields in a table,first name and last name.Both the fields contain duplicate values.Say, there are two people with the firstname mary.their last names are andrews and mathews.SQL Server wouldn't let me assign these fields a composite primary key.gives me an error saying that the first name field contains duplicate values (Duh...).....
    Any help would be appreciated.
    See more | Go to post
No activity results to display
Show More
Working...