Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~583 People Reached
Favorite Forums
Favorite Tags
Member Avatar for yoyoaz77

I have a form written in vb6 that the user is able to show listed items in a listbox from criteria from 4 different comboboxes. The data is being connected to an Access db. Where I am stuck at is after the search lists the data in the listbox the …

Member Avatar for yoyoaz77
0
110
Member Avatar for yoyoaz77

Ok I have a form with 4 comboboxes and 1 listbox, this form searches the db for the corresponding record to the search, the user then selects an item in the listbox, clicks a command button to open an new form with various textboxes corresponding to the db fields. On …

0
76
Member Avatar for yoyoaz77

I have a frame with a picture within it, and I am able to do the mouse scroll with the code below, but when i scroll with the mouse there are no limits so the picture seems like it could scroll through for eternity. What am I missing? Also with …

Member Avatar for selvaganapathy
0
114
Member Avatar for firoz.raj

[ATTACH]8642[/ATTACH]i want if user click on save button all the data should store on Mr table But product_name,product_id is not storing properly. Kindly help me Private Sub Command1_Click() ' Debug.Assert False On Error GoTo cancel Set rs1 = New Recordset rs1.Open " SELECT * FROM MR ", con, adOpenDynamic, adLockOptimistic …

Member Avatar for firoz.raj
0
283