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
~4K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for verbalurbs

Hello I am trying to display an ID which is a primary key in my table by selecting the corresponding name in my table. the names have been saved in a combo box and depending on the name selected the textbox will display that Id. the code I have so …

Member Avatar for martinhosking
0
408
Member Avatar for verbalurbs

Hi All, I have a database (sql server) where i store activity information example (activityid,id,summary,signs etc.) I can successfully save this information to the database. what I also want to achieve is to add this information to a listbox so that it can be displayed in the corresponding textboxes at …

Member Avatar for OldManStarting
0
905
Member Avatar for verbalurbs

Hi all... I got a stored procedure to compare dates and if the date is not valid it returns an error in sql server. I need to know how i carry that across to vb. Thanks..

Member Avatar for verbalurbs
0
91
Member Avatar for verbalurbs

Hello I want to compare an inserted date against two stored dates in order to validate an entry. The date entered is being stored in a separate table from the stored dates. I am not sure how to go about this. So far I have this: [CODE]create PROCEDURE sp_GetTime @FullName …

Member Avatar for verbalurbs
0
1K
Member Avatar for Lee21

Hello I have a similar issue where I am trying to populate a textbox with a primary key value by selecting a name from a combobox which is stored in sql server. i have tried different methods and nothing seem to work . can you guide on this please.. this …

Member Avatar for verbalurbs
0
1K

The End.