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

I'm trying to update an Access database by using an OLE connection, retrieving the information from textboxes where the user enters the new information. All the fields in my Access table are required fields, so I have validated that some info is entered in each one of the textboxes and …

Member Avatar for G_Waddell
0
183
Member Avatar for patr1c1a

I have a form with a few textboxes where the user can add data to a database. It also has a "cancel" and a "close" button. Both do the same: [CODE]me.close()[/CODE] I've used the "validation" event and the errorprovider control to prevent blank fields and not numeric data where numbers …

0
53