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
~249 People Reached
Favorite Forums
Favorite Tags
Member Avatar for PEFCa

I am learning VB and am working on a tutorial on databases. The recordset is a disconnected set. I am getting a concurrency exception. I might have 3 records. I delete all 3. Then I add a record, it adds it. Then I attempt to delete it and it fails. …

Member Avatar for deathrock
0
98
Member Avatar for PEFCa

If I had 5 text boxes on a form, TextBox1...TextBox5, is there a method to do something like this? [code] Dim strFld As String For intFor = 1 to 5 strFld = "TextBox" & intFor Me(strFld).Text = intFor Next [/code] It doesn't like the line of Me(strFld) but I figure …

Member Avatar for kvprajapati
0
151