User Profile
Collapse
-
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. -
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
... -
-
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.
No activity results to display
Show More
Leave a comment: